hi i have a class that extends mapActivity and i use the map of google but i want make this:
TelephonyManager tm = (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE);
location = (GsmCellLocation) tm.getCellLocation();
when i use the tm i have a exception how can resolve?where is the problem?


