Untitled
unknown
plain_text
2 years ago
603 B
36
Indexable
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="xxx.xxx.xxx">
<uses-permission android:name="android.permission.INTERNET"/>
<application>
<service
android:name="com.wireguard.android.backend.GoBackend$VpnService"
android:exported="true"
android:permission="android.permission.BIND_VPN_SERVICE">
<intent-filter>
<action android:name="android.net.VpnService"/>
</intent-filter>
</service>
</application>
</manifest>Editor is loading...
Leave a Comment