diff options
author | Chia-chi Yeh <chiachi@android.com> | 2011-06-30 23:52:29 -0700 |
---|---|---|
committer | Chia-chi Yeh <chiachi@android.com> | 2011-07-01 00:10:32 -0700 |
commit | 5db03df1fff4900eb485304d4fd185110bea1a0c (patch) | |
tree | a533a708b80a7a714254cf2ebf54371a05a51f92 /packages/VpnDialogs/res/values | |
parent | 2e46061cd2ff93e04461fdae4198c1d40d660e08 (diff) | |
download | frameworks_base-5db03df1fff4900eb485304d4fd185110bea1a0c.zip frameworks_base-5db03df1fff4900eb485304d4fd185110bea1a0c.tar.gz frameworks_base-5db03df1fff4900eb485304d4fd185110bea1a0c.tar.bz2 |
VpnDialogs: prepare for the usages of legacy VPN.
- Use PendingIntent to start activities.
- Handle configs without package names.
- Switch to system UID.
Change-Id: Ia78112a97e3628b603d9e059705e32694ebe142b
Diffstat (limited to 'packages/VpnDialogs/res/values')
-rw-r--r-- | packages/VpnDialogs/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/VpnDialogs/res/values/strings.xml b/packages/VpnDialogs/res/values/strings.xml index 8186e26..df6d36b 100644 --- a/packages/VpnDialogs/res/values/strings.xml +++ b/packages/VpnDialogs/res/values/strings.xml @@ -29,6 +29,7 @@ <string name="accept">I trust this application.</string> + <string name="legacy_title">VPN is connected</string> <string name="configure">Configure</string> <string name="disconnect">Disconnect</string> |