Implement action "android.settings.VPN_SETTINGS"

Bug: 27700919
Change-Id: Ibd23f1d53d40addc2ff8ac3215f3524b7e8c9c2e
This commit is contained in:
Robin Lee
2016-03-24 16:02:08 +00:00
parent 950de0e40a
commit d3041943a7

View File

@@ -511,6 +511,7 @@
android:icon="@drawable/ic_settings_wireless"
android:taskAffinity="">
<intent-filter android:priority="1">
<action android:name="android.settings.VPN_SETTINGS" />
<action android:name="android.net.vpn.SETTINGS" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>