• Mygod's avatar
    Fix SecurityException on Asus Fonepads · f7d422da
    Mygod authored
    This is a bug of their ROMs but the documentation says:
    
    > Must be required by a VpnService, to ensure that only the system can bind to it.
    >
    > Protection level: signature
    >
    > Constant Value: "android.permission.BIND_VPN_SERVICE"
    
    And we have `android:exported="false"` set, so I think it's safe to remove this permission restriction.
    f7d422da
AndroidManifest.xml 6.75 KB