diff options
author | Amit Kumar <amitkma@e.email> | 2021-06-01 23:49:41 +0530 |
---|---|---|
committer | Amit Kumar <amitkma@e.email> | 2021-06-01 23:49:41 +0530 |
commit | ffbb686bd571185217c0e9e0fef0f164be9a07f7 (patch) | |
tree | 85136dd6890b682ea82205483fc3b40addadb6cd /app/src/main/AndroidManifest.xml | |
parent | 97b51f18dcc2f87a9cdd7f482033e30a6282d853 (diff) |
Add dummy tracker feature to trigger blocker system service
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 7145af9..4babd46 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -11,6 +11,7 @@ <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" tools:ignore="ProtectedPermissions" /> + <uses-permission android:name="lineageos.permission.ACCESS_BLOCKER" /> <application android:name=".PrivacyCentralApplication" |