mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-20 06:09:09 +00:00
Fixed Settings activity showing up in recent tasks menu
This commit is contained in:
parent
5b332fca2e
commit
6870f76150
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@
|
||||||
<activity android:name=".settings.SettingsActivity"
|
<activity android:name=".settings.SettingsActivity"
|
||||||
android:theme="@style/platformActivityTheme"
|
android:theme="@style/platformActivityTheme"
|
||||||
android:label="@string/english_ime_settings"
|
android:label="@string/english_ime_settings"
|
||||||
|
android:excludeFromRecents="true"
|
||||||
android:exported="true">
|
android:exported="true">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue