I need to be able to read current APN name. My app is a system app (it's located under /system/app) and I have root access.
I'm trying to get APN name but it's being impossible because I'm always prompted with:
No permission to write APN settings
I also have added the following permissions in Android Manifest
<uses-permission android:name="android.permission.WRITE_APN_SETTINGS"/>
TARGET SDK > 18 (Lollipop)
Thanks a lot.