Untitled
unknown
plain_text
a year ago
603 B
26
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