Skip to content

Commit bed613f

Browse files
committed
Removed Label from manifest
1 parent 1d06bce commit bed613f

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

ScanDemoExample/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
android:requestLegacyExternalStorage="true"
1111
android:allowBackup="true"
1212
android:icon="@drawable/ic_launcher"
13-
android:label="@string/app_name"
1413
android:theme="@style/AppTheme" >
1514
<activity
1615
android:name=".MainActivity"

ScanDemoExample/scanlibrary/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
android:requestLegacyExternalStorage="true"
1313
android:allowBackup="true"
1414
android:largeHeap="true"
15-
android:hardwareAccelerated="true"
16-
android:label="@string/app_name" >
15+
android:hardwareAccelerated="true" >
1716
<activity
1817
android:name=".ScanActivity"
1918
android:configChanges="orientation|screenSize"

0 commit comments

Comments
 (0)