I have to read device information that's why I have added Android code in codename one under native/Android code. My code is
TelephonyManager tm=(TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE);
In this code getting problem to implement getSystemService method.
I have included android.jar library still getting the problem.
So can you tell me which library required and what import statement should require for that?
Thanks in advance.