Su request activity has no affinity for any task

This commit is contained in:
vvb2060 2022-02-08 00:00:25 +08:00 committed by John Wu
parent 88e8f2bf83
commit f6d765bf81
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@
android:directBootAware="true"
android:excludeFromRecents="true"
android:exported="false"
android:taskAffinity=""
tools:ignore="AppLinkUrlError">
<intent-filter>
<action android:name="android.intent.action.VIEW" />

View File

@ -171,6 +171,7 @@ fun genStubManifest(srcDir: File, outDir: File): String {
| android:directBootAware="true"
| android:excludeFromRecents="true"
| android:exported="false"
| android:taskAffinity=""
| tools:ignore="AppLinkUrlError">
| <intent-filter>
| <action android:name="android.intent.action.VIEW"/>