Hello,
using this code I get Radio and phone info... but...
B4X:
Sub LaunchNetworkInfo
Dim Intent As Intent
Intent.Initialize("","")
Intent.SetComponent("com.android.settings/.RadioInfo")
StartActivity(Intent)
End Sub
Yes, I have add this permission already but error remian's.
Error is on Samsung mobile phone, even phone is rooted, it's still say "java.lang.SecurityException: Permission Denial:...."