mirror of
https://github.com/topjohnwu/Magisk
synced 2024-11-05 04:51:15 +01:00
Suppress AppLinkUrlError
This commit is contained in:
parent
fc70a384d3
commit
eb777296d4
@ -26,7 +26,8 @@
|
||||
<activity
|
||||
android:name=".ui.surequest.SuRequestActivity"
|
||||
android:directBootAware="true"
|
||||
android:exported="false">
|
||||
android:exported="false"
|
||||
tools:ignore="AppLinkUrlError">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
|
@ -126,7 +126,8 @@ fun genStubManifest(srcDir: File, outDir: File): String {
|
||||
|<activity
|
||||
| android:name="%s"
|
||||
| android:directBootAware="true"
|
||||
| android:exported="false">
|
||||
| android:exported="false"
|
||||
| tools:ignore="AppLinkUrlError">
|
||||
| <intent-filter>
|
||||
| <action android:name="android.intent.action.VIEW"/>
|
||||
| <category android:name="android.intent.category.DEFAULT"/>
|
||||
|
Loading…
Reference in New Issue
Block a user