Fix CB-6048: Set launchMode=singleTop so tapping app icon does not always restart app

This commit is contained in:
Michal Mocny 2014-04-01 11:33:40 -04:00
parent b715d20385
commit 298cd9e065

View File

@ -32,7 +32,7 @@
<application android:icon="@drawable/icon" android:label="@string/app_name"
android:hardwareAccelerated="true">
<activity android:name="__ACTIVITY__" android:label="@string/app_name"
<activity android:name="__ACTIVITY__" android:label="@string/app_name" android:launchMode="singleTop"
android:theme="@android:style/Theme.Black.NoTitleBar"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale">
<intent-filter>