Fix SecurityException on Asus Fonepads
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.
Showing
Please register or sign in to comment