Merge "Implement action "android.settings.VPN_SETTINGS"" into nyc-dev

This commit is contained in:
Robin Lee
2016-03-24 18:32:51 +00:00
committed by Android (Google) Code Review

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>