mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-02-17 12:38:30 +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: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 {
|
|||||||
| 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"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user