InsertAPN() Method Does Not Write APN Settings - Android 2.3.6
I have an android application which is supposed to write new APN settings to a device however every time I run the application the new APN settings do not appear to be written to t
Solution 1:
You can no longer programatically change APN settings on Android 4.0 and up. So if you're debugging on Android 4.0 or higher, that is where your issue is.
Post a Comment for "InsertAPN() Method Does Not Write APN Settings - Android 2.3.6"