Can't get Android App installed as System App on emulator to get past SecurityException for WRITE_APN_SETTINGS
问题 I have an Android app which I want to use to set the APN settings. This requires the android.permission.WRITE_APN_SETTINGS permission, which is only granted to System apps or apps signed with the same private key as the OS itself. I'm only going to be using this on an emulator (or maybe a rooted device), so being able to actually deploy it to devices outside of my control isn't a concern. I'm building against and pushing to API 19. Despite pushing my APK to the /system/app/ directory and