Skip to content

Commit 9384cae

Browse files
committed
Update attributes to avoid warnings about our API level
1 parent fae76bd commit 9384cae

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
android:roundIcon="@mipmap/ic_launcher_round"
2525
android:supportsRtl="true"
2626
android:theme="@style/AppTheme"
27-
android:usesCleartextTraffic="true">
27+
tools:targetApi="m" android:usesCleartextTraffic="true">
2828
<service
2929
android:name=".ProxyVpnService"
3030
android:permission="android.permission.BIND_VPN_SERVICE">
@@ -43,7 +43,9 @@
4343
<category android:name="android.intent.category.LAUNCHER" />
4444
</intent-filter>
4545

46-
<intent-filter android:autoVerify="true">
46+
<intent-filter
47+
tools:targetApi="m" android:autoVerify="true"
48+
>
4749
<action android:name="android.intent.action.VIEW" />
4850
<category android:name="android.intent.category.BROWSABLE" />
4951
<category android:name="android.intent.category.DEFAULT" />

0 commit comments

Comments
 (0)