Skip to content Skip to sidebar Skip to footer

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"