We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4663bb9 commit 0f2abc0Copy full SHA for 0f2abc0
1 file changed
app/src/main/AndroidManifest.xml
@@ -1,5 +1,6 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
+ xmlns:tools="http://schemas.android.com/tools"
4
package="com.lmy.sample">
5
6
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
@@ -36,7 +37,7 @@
36
37
</intent-filter>
38
</activity>
39
<activity android:name=".ImageActivity">
- <intent-filter>
40
+ <intent-filter tools:ignore="AppLinkUrlError">
41
<action android:name="android.intent.action.VIEW" />
42
43
<category android:name="android.intent.category.DEFAULT" />
0 commit comments