Update OsmAnd/AndroidManifest.xml
This commit is contained in:
parent
7580dc650b
commit
9944a3a5cf
1 changed files with 1 additions and 2 deletions
|
@ -19,8 +19,7 @@
|
|||
|
||||
<application android:icon="@drawable/icon" android:label="@string/app_name" android:theme="@style/OsmandTheme"
|
||||
android:debuggable="true" android:name="net.osmand.plus.OsmandApplication"
|
||||
android:backupAgent="net.osmand.plus.OsmandBackupAgent" android:restoreAnyVersion="true"
|
||||
android:hardwareAccelerated="false">
|
||||
android:backupAgent="net.osmand.plus.OsmandBackupAgent" android:restoreAnyVersion="true">
|
||||
<activity android:name="net.osmand.plus.activities.MainMenuActivity"
|
||||
android:label="@string/app_name">
|
||||
<intent-filter>
|
||||
|
|
Loading…
Reference in a new issue