Android Question How to add permission?

G-ShadoW

Active Member
Licensed User
Longtime User
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

on some phones I get this error

 

G-ShadoW

Active Member
Licensed User
Longtime User
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:...."
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…