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/normal/AndroidManifest.xml | |
| parent | e8f9623bcdd5ea1414ce2b513c601d4993284e6e (diff) | |
chore: remove camera permission for custom branded versions
Diffstat (limited to 'app/src/normal/AndroidManifest.xml')
| -rw-r--r-- | app/src/normal/AndroidManifest.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/normal/AndroidManifest.xml b/app/src/normal/AndroidManifest.xml new file mode 100644 index 00000000..3987d95d --- /dev/null +++ b/app/src/normal/AndroidManifest.xml @@ -0,0 +1,6 @@ +<manifest xmlns:android="http://schemas.android.com/apk/res/android"> + <uses-feature + android:name="android.hardware.camera" + android:required="false" /> + <uses-permission android:name="android.permission.CAMERA"/> +</manifest>
\ No newline at end of file |
