Exclude updater from recents
Change-Id: Iae2737aa5890aa00da79c5b04dd253273aa9fabc
This commit is contained in:
@@ -20,9 +20,10 @@
|
|||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".UpdatesActivity"
|
android:name=".UpdatesActivity"
|
||||||
|
android:excludeFromRecents="true"
|
||||||
android:label="@string/display_name"
|
android:label="@string/display_name"
|
||||||
android:theme="@style/AppTheme.NoActionBar"
|
android:theme="@style/AppTheme.NoActionBar"
|
||||||
android:launchMode="singleTask">
|
android:launchMode="singleTop">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user