Commit f6d765bf authored by vvb2060's avatar vvb2060 Committed by John Wu

Su request activity has no affinity for any task

parent 88e8f2bf
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
android:directBootAware="true" android:directBootAware="true"
android:excludeFromRecents="true" android:excludeFromRecents="true"
android:exported="false" android:exported="false"
android:taskAffinity=""
tools:ignore="AppLinkUrlError"> tools:ignore="AppLinkUrlError">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.VIEW" /> <action android:name="android.intent.action.VIEW" />
......
...@@ -171,6 +171,7 @@ fun genStubManifest(srcDir: File, outDir: File): String { ...@@ -171,6 +171,7 @@ fun genStubManifest(srcDir: File, outDir: File): String {
| android:directBootAware="true" | android:directBootAware="true"
| android:excludeFromRecents="true" | android:excludeFromRecents="true"
| android:exported="false" | android:exported="false"
| android:taskAffinity=""
| tools:ignore="AppLinkUrlError"> | tools:ignore="AppLinkUrlError">
| <intent-filter> | <intent-filter>
| <action android:name="android.intent.action.VIEW"/> | <action android:name="android.intent.action.VIEW"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment