mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-23 10:05:23 +00:00
Su request activity has no affinity for any task
This commit is contained in:
parent
88e8f2bf83
commit
f6d765bf81
@ -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" />
|
||||
|
@ -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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user