-
Notifications
You must be signed in to change notification settings - Fork 116
Closed
Description
If you have a device that lets you have multiple users and one of the users is a Restrictive user then you get this error
Error while building the TUN interface
java.lang.SecurityException: getPackageUid: Neither user 10515 nor current process has android.permission.INTERACT_ACROSS_USERS.
Now i have other vpns not installed from play stor that do work but i have figured out another solution
I added this
<uses-permission
android:name="android.permission.INTERACT_ACROSS_USERS"
To the android manifest and rebuilt the app then used this command in adb
adb shell pm grant com.adguard.android android.permission.INTERACT_ACROSS_USERS
And now it works
(No root android 9 Samsung oneui 1.5)
Please put in this fix
Thanks
Reactions are currently unavailable