Greetings, I am developing an Android application to create an apn, the problem persists in that it generates an exception of type
Java.Lang.SecurityException
In my manifesto I have a permission
uses-permission android:name="android.permission.WRITE_APN_SETTINGS"
The message that gives me the exception is
No permission to write APN settings
But as you already saw, I already have the permission that this action needs.
This I need because I am developing an application that will use apn
to connect only.
I'm working on Android 6 (API 23) and I've done the tests on 2 different devices. Thanks in advance.