nullpointerexception - LAC and CID on LTE android -
i used method read cell id , lac(tac) on lte network fails nullpointer exception
. here code:
cellinfolte cellinfolte = (cellinfolte) mtelephonymgr.getallcellinfo().get(0); string ssignal = cellinfolte.tostring(); string[] parts = ssignal.split(" ");
getallcellinfo() not implemented in android phones (especially samsung)
Comments
Post a Comment