diff options
| author | Norbel Ambanumben <norbel@ambanumben.net> | 2025-03-23 11:03:51 +0100 |
|---|---|---|
| committer | Norbel Ambanumben <norbel@ambanumben.net> | 2025-03-23 11:03:51 +0100 |
| commit | e93270ab0a478d165d33e8625ada465620aebbf1 (patch) | |
| tree | ebf45113cc944e40f6416231e9d39e69f514c469 /app/src/main/AndroidManifest.xml | |
| parent | e8f9623bcdd5ea1414ce2b513c601d4993284e6e (diff) | |
chore: remove camera permission for custom branded versions
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
| -rw-r--r-- | app/src/main/AndroidManifest.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 6759862e..254f38d6 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -20,10 +20,7 @@ android:name="android.permission.WRITE_EXTERNAL_STORAGE" tools:ignore="ScopedStorage" /> <!-- Used to show all apps in the allowed Apps selection --> <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" /> - <uses-feature - android:name="android.hardware.camera" - android:required="false" /> - <uses-permission android:name="android.permission.CAMERA"/> + <application android:name=".base.BitmaskApp" android:allowBackup="false" |
