Exclude trust onboarding from recents

Change-Id: Id62bc2d3e48d18add250b303758e7efcbfb81b5b
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 237db74..a039258 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -69,7 +69,8 @@
             android:label="@string/trust_title"
             android:theme="@style/OnBoardingStyle"
             android:exported="true"
-            android:enabled="true">
+            android:enabled="true"
+            android:excludeFromRecents="true">
             <intent-filter android:priority="-4">
                 <action android:name="org.lineageos.lineageparts.TRUST_HINT" />
                 <category android:name="android.intent.category.DEFAULT" />