Skip to content

Commit 0f2abc0

Browse files
author
limin
committed
忽略错误
1 parent 4663bb9 commit 0f2abc0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3+
xmlns:tools="http://schemas.android.com/tools"
34
package="com.lmy.sample">
45

56
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
@@ -36,7 +37,7 @@
3637
</intent-filter>
3738
</activity>
3839
<activity android:name=".ImageActivity">
39-
<intent-filter>
40+
<intent-filter tools:ignore="AppLinkUrlError">
4041
<action android:name="android.intent.action.VIEW" />
4142

4243
<category android:name="android.intent.category.DEFAULT" />

0 commit comments

Comments
 (0)