Skip to content

Commit 26a4334

Browse files
committed
Set android:name in AndroidManifest.xml
This commit explicitly sets the `android:name` attribute to `MyApp` in the `<application>` tag of the `AndroidManifest.xml` file.
1 parent 04b4671 commit 26a4334

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<uses-feature android:name="android.hardware.camera.flash" />
1515

1616
<application
17+
android:name="MyApp"
1718
android:allowBackup="true"
1819
android:icon="@mipmap/ic_launcher_qrbarcode"
1920
android:label="@string/app_name"

0 commit comments

Comments
 (0)