mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-12 13:17:39 +02:00
Suppress AppLinkUrlError
This commit is contained in:
@ -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"/>
|
||||
|
Reference in New Issue
Block a user