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