How can I open default settings page by intent ?
Since I found no post on forum i tried to open by pakage name but i I think i have no permision to lauch such package ! What permision should I add to manifest editor?
Does all phone have same package name for default settings?
Since I found no post on forum i tried to open by pakage name but i I think i have no permision to lauch such package ! What permision should I add to manifest editor?
Does all phone have same package name for default settings?
B4X:
Dim Intent1 As Intent
Intent1.Initialize("","")
Intent1=pma.GetApplicationIntent("settings package name ")
If Intent1.IsInitialized Then
StartActivity(Intent1)
end if