Jeosh Kurian E J
Jeosh Kurian E J

Reputation: 161

How to get Cell ID and Location Area code in android 9 ( Pie ) devices without using GPS?

I tried getAllCellInfo(), getCellLocation() and getNeighboringCellInfo() to get Cell ID and Location Area Code. I got the values(Cell ID and Location Area Code) when the GPS is turned into ON state and Without GPS these methods return null

So what i do to get the Cell ID and Location Area Code without using GPS?

Upvotes: 0

Views: 761

Answers (1)

Jeosh Kurian E J
Jeosh Kurian E J

Reputation: 161

Telephony information now relies on device location setting

If the user has disabled device location on a device running Android 9, the following methods don't provide results:

getAllCellInfo()
listen()
getCellLocation()
getNeighboringCellInfo()

Upvotes: 0

Related Questions