summaryrefslogtreecommitdiffstats
path: root/packages/VpnDialogs/AndroidManifest.xml
diff options
context:
space:
mode:
authorJeff Davidson <jpd@google.com>2014-08-11 14:07:27 -0700
committerJeff Davidson <jpd@google.com>2014-08-20 16:55:28 -0700
commit05542603dd4f1e0ea47a3dca01de3999a9a329a9 (patch)
tree69b8c0c2c2cec2e11b633c9232f7e97ad144b085 /packages/VpnDialogs/AndroidManifest.xml
parent23ad2790ed45d56eeb5d03c66531cb9b5811d6fe (diff)
downloadframeworks_base-05542603dd4f1e0ea47a3dca01de3999a9a329a9.zip
frameworks_base-05542603dd4f1e0ea47a3dca01de3999a9a329a9.tar.gz
frameworks_base-05542603dd4f1e0ea47a3dca01de3999a9a329a9.tar.bz2
Less intrusive VPN dialog and other UX tweaks.
-The ability to launch VPNs is now sticky; once approved by the user, further approvals are not needed UNLESS the connection is revoked in Quick Settings. -The old persistent notification has been removed in favor of the new Quick Settings UI. -The name of the VPN app is now pulled from the label of the VPN service rather than the app itself, if one is set. Bug: 12878887 Bug: 16578022 Change-Id: I102a14c05db26ee3aef030cda971e5165f078a91
Diffstat (limited to 'packages/VpnDialogs/AndroidManifest.xml')
-rw-r--r--packages/VpnDialogs/AndroidManifest.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/packages/VpnDialogs/AndroidManifest.xml b/packages/VpnDialogs/AndroidManifest.xml
index 03d920a..1768400 100644
--- a/packages/VpnDialogs/AndroidManifest.xml
+++ b/packages/VpnDialogs/AndroidManifest.xml
@@ -28,14 +28,5 @@
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</activity>
-
- <activity android:name=".ManageDialog"
- android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert"
- android:noHistory="true">
- <intent-filter>
- <action android:name="android.intent.action.MAIN"/>
- <category android:name="android.intent.category.DEFAULT"/>
- </intent-filter>
- </activity>
</application>
</manifest>