Exclude updater from recents

Change-Id: Iae2737aa5890aa00da79c5b04dd253273aa9fabc
This commit is contained in:
Luca Stefani
2017-08-14 21:57:33 +02:00
parent 7c25e7aef9
commit 8217a4aac6

View File

@@ -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" />