Sub Name: LaunchNetworkInfo
Description: Launches the Android Network info screen that displays information such as:
Dependencies: None
Tags: Network Info, Radio Info, Device Info
Note: Not tested on a tablet. Works on a Samsung Galaxy Player
Description: Launches the Android Network info screen that displays information such as:
- Signal Strength
- Location
- GSM Service
- GPRS Service
- Roaming
- IMEI
- Phone Number
- And more
B4X:
Sub LaunchNetworkInfo
Dim Intent As Intent
Intent.Initialize("","")
Intent.SetComponent("com.android.settings/.RadioInfo")
StartActivity(Intent)
End Sub
Dependencies: None
Tags: Network Info, Radio Info, Device Info
Note: Not tested on a tablet. Works on a Samsung Galaxy Player