Commit eb777296 authored by topjohnwu's avatar topjohnwu

Suppress AppLinkUrlError

parent fc70a384
...@@ -26,7 +26,8 @@ ...@@ -26,7 +26,8 @@
<activity <activity
android:name=".ui.surequest.SuRequestActivity" android:name=".ui.surequest.SuRequestActivity"
android:directBootAware="true" android:directBootAware="true"
android:exported="false"> android:exported="false"
tools:ignore="AppLinkUrlError">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.VIEW" /> <action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.DEFAULT" />
......
...@@ -126,7 +126,8 @@ fun genStubManifest(srcDir: File, outDir: File): String { ...@@ -126,7 +126,8 @@ fun genStubManifest(srcDir: File, outDir: File): String {
|<activity |<activity
| android:name="%s" | android:name="%s"
| android:directBootAware="true" | android:directBootAware="true"
| android:exported="false"> | android:exported="false"
| tools:ignore="AppLinkUrlError">
| <intent-filter> | <intent-filter>
| <action android:name="android.intent.action.VIEW"/> | <action android:name="android.intent.action.VIEW"/>
| <category android:name="android.intent.category.DEFAULT"/> | <category android:name="android.intent.category.DEFAULT"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment