I can't seem to be able to declare a TelephonyManager in android, this is what I'm trying to do:
TelephonyManager tele = Context.getSystemService(Context.TELEPHONY_SERVICE);
Am I doing this right?
|
I can't seem to be able to declare a TelephonyManager in android, this is what I'm trying to do:
Am I doing this right?
| |||
|
feedback
|
|
Your forgetting to cast. It should look like this:
| |||
|
feedback
|