F Fox Active Member Licensed User Longtime User Aug 2, 2011 #1 Is that possible that i can switch the APN of and Phone on and off with basic for android?
K Kamac Active Member Licensed User Longtime User Aug 2, 2011 #2 Depends what APN is. Something related to internet/wifi? Upvote 0
F Fox Active Member Licensed User Longtime User Aug 2, 2011 #3 Kamac said: Depends what APN is. Something related to internet/wifi? Click to expand... i mean the Access Point Node... internet Upvote 0
Kamac said: Depends what APN is. Something related to internet/wifi? Click to expand... i mean the Access Point Node... internet
K Kamac Active Member Licensed User Longtime User Aug 2, 2011 #4 From my (not that rich) knowledge there isn't such possibility. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Aug 3, 2011 #5 I'm not sure if it is possible to programmatically change the APN state. You can however show the APN settings page with this code: B4X: Dim i As Intent i.Initialize("android.settings.APN_SETTINGS", "") StartActivity(i) Upvote 0
I'm not sure if it is possible to programmatically change the APN state. You can however show the APN settings page with this code: B4X: Dim i As Intent i.Initialize("android.settings.APN_SETTINGS", "") StartActivity(i)