Update OsmAnd/AndroidManifest.xml

This commit is contained in:
vshcherb 2012-04-24 12:12:30 +03:00
parent 7580dc650b
commit 9944a3a5cf

View file

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