Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
f7d422d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With this commit, I got the following error:
f7d422d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well I guess we have to revert it then.