mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-17 22:14:12 +00:00
Su request activity has no affinity for any task
This commit is contained in:
@@ -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"/>
|
||||||
|
Reference in New Issue
Block a user