Fixed Settings activity showing up in recent tasks menu

This commit is contained in:
pdroidandroid@gmail.com 2022-01-29 17:58:51 +01:00
parent 5b332fca2e
commit 6870f76150

View file

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