forked from organicmaps/organicmaps-tmp
[android] Removed Startup CopyResources activity from Back button history
This commit is contained in:
parent
9aa55d2873
commit
22d8e77b66
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue