Update OsmAnd/AndroidManifest.xml

This commit is contained in:
vshcherb 2012-04-24 12:00:47 +03:00
parent d5c927a284
commit af3bce9b16

View file

@ -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>