Commit 422924f3 authored by Mygod's avatar Mygod

Opt-in for safe browsing

parent e1ee5356
...@@ -19,6 +19,9 @@ ...@@ -19,6 +19,9 @@
android:minSdkVersion="19" android:minSdkVersion="19"
android:targetSdkVersion="26"/> android:targetSdkVersion="26"/>
<meta-data android:name="android.webkit.WebView.EnableSafeBrowsing"
android:value="true" />
<application <application
android:name=".ShadowsocksApplication" android:name=".ShadowsocksApplication"
android:icon="@mipmap/ic_launcher" android:icon="@mipmap/ic_launcher"
......
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