mohammad madani
mohammad madani

Reputation: 135

How to find last BTS information on Android?

I want to use last BTS info for find location when GSM signal Disconnected.

Is this information saved in a file or database I can read and find the location?

Upvotes: 3

Views: 3122

Answers (1)

Amir Saniyan
Amir Saniyan

Reputation: 13759

See bellow link for ServiceState class:

http://developer.android.com/reference/android/telephony/ServiceState.html

Upvotes: 2

Related Questions