Commit cda3650c authored by Max Lv's avatar Max Lv

Revert "Fix SecurityException on Asus Fonepads"

This reverts commit f7d422da.
parent b1c19f8f
...@@ -131,6 +131,7 @@ ...@@ -131,6 +131,7 @@
android:name=".ShadowsocksVpnService" android:name=".ShadowsocksVpnService"
android:process=":bg" android:process=":bg"
android:label="@string/app_name" android:label="@string/app_name"
android:permission="android.permission.BIND_VPN_SERVICE"
android:exported="false"> android:exported="false">
<intent-filter> <intent-filter>
<action android:name="android.net.VpnService"/> <action android:name="android.net.VpnService"/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment