diff options
Diffstat (limited to 'ui/src')
-rw-r--r-- | ui/src/main/AndroidManifest.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ui/src/main/AndroidManifest.xml b/ui/src/main/AndroidManifest.xml index 56e7184c..ce527498 100644 --- a/ui/src/main/AndroidManifest.xml +++ b/ui/src/main/AndroidManifest.xml @@ -19,7 +19,7 @@ android:name="android.software.leanback" android:required="false" /> <uses-feature - android:name="android.hardware.camera" + android:name="android.hardware.camera.any" android:required="false" /> <permission @@ -29,6 +29,9 @@ android:label="@string/permission_label" android:protectionLevel="dangerous" /> + <!-- This is safe to override, the APIs we use work perfectly fine on Android 6 --> + <uses-sdk tools:overrideLibrary="com.google.zxing.client.android" /> + <application android:name=".Application" android:allowBackup="false" |