hjw
2023-10-11 3ce794de867de657210467d963d5ed67417ce88f
app/src/main/AndroidManifest.xml
....@@ -13,9 +13,11 @@
1313
1414
1515 <application
16
+ android:name=".MyApplication"
1617 android:allowBackup="true"
1718 android:icon="@drawable/ic_launcher"
1819 android:label="@string/app_name"
20
+ android:persistent="true"
1921 android:theme="@android:style/Theme.DeviceDefault.Light.NoActionBar.Fullscreen" >
2022
2123