[android] Removed Startup CopyResources activity from Back button history

This commit is contained in:
Alex Zolotarev 2012-02-26 19:02:51 +03:00 committed by Alex Zolotarev
parent 9aa55d2873
commit 22d8e77b66

View file

@ -29,7 +29,8 @@
<activity android:name="com.mapswithme.maps.CopyResourcesActivity"
android:label="@string/app_name"
android:screenOrientation="behind"
android:theme="@android:style/Theme.Translucent.NoTitleBar">
android:theme="@android:style/Theme.Translucent.NoTitleBar"
android:noHistory="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
@ -45,4 +46,4 @@
android:screenOrientation="behind">
</activity>
</application>
</manifest>
</manifest>