Skip to content

Commit 65f9515

Browse files
authored
Fix lint errors
1 parent a5cb47c commit 65f9515

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
android:label="@string/app_name"
5151
android:permission="android.permission.BIND_VPN_SERVICE"
5252
android:foregroundServiceType="systemExempted"
53-
android:exported="false">
53+
android:exported="false"
54+
tools:ignore="ForegroundServicePermission">
5455
<intent-filter>
5556
<action android:name="android.net.VpnService"/>
5657
</intent-filter>

0 commit comments

Comments
 (0)