Update OsmAnd/AndroidManifest.xml
This commit is contained in:
parent
d5c927a284
commit
af3bce9b16
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@
|
|||
|
||||
<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:backupAgent="net.osmand.plus.OsmandBackupAgent" android:restoreAnyVersion="true"
|
||||
android:hardwareAccelerated="false">
|
||||
<activity android:name="net.osmand.plus.activities.MainMenuActivity"
|
||||
android:label="@string/app_name">
|
||||
<intent-filter>
|
||||
|
|
Loading…
Reference in a new issue