We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d06bce commit bed613fCopy full SHA for bed613f
2 files changed
ScanDemoExample/app/src/main/AndroidManifest.xml
@@ -10,7 +10,6 @@
10
android:requestLegacyExternalStorage="true"
11
android:allowBackup="true"
12
android:icon="@drawable/ic_launcher"
13
- android:label="@string/app_name"
14
android:theme="@style/AppTheme" >
15
<activity
16
android:name=".MainActivity"
ScanDemoExample/scanlibrary/src/main/AndroidManifest.xml
@@ -12,8 +12,7 @@
android:largeHeap="true"
- android:hardwareAccelerated="true"
- android:label="@string/app_name" >
+ android:hardwareAccelerated="true" >
17
18
android:name=".ScanActivity"
19
android:configChanges="orientation|screenSize"
0 commit comments