summaryrefslogtreecommitdiffstats
path: root/core/res/AndroidManifest.xml
diff options
context:
space:
mode:
authorChia-chi Yeh <chiachi@android.com>2011-08-08 18:26:28 -0700
committerChia-chi Yeh <chiachi@android.com>2011-08-08 18:26:28 -0700
commitd0d85f26cb7287c63adf95bace098bc1af3fe4e8 (patch)
treea43d8db5ca952a0da3095a1cff0a22bc95308533 /core/res/AndroidManifest.xml
parent89c95a0da87fc85a86a7341f60decf7e50609a18 (diff)
downloadframeworks_base-d0d85f26cb7287c63adf95bace098bc1af3fe4e8.zip
frameworks_base-d0d85f26cb7287c63adf95bace098bc1af3fe4e8.tar.gz
frameworks_base-d0d85f26cb7287c63adf95bace098bc1af3fe4e8.tar.bz2
Unhide APIs for user space VPN.
Change-Id: I6f9ddb3fffe9e10cc2d34dda3ae8700b1af7e470
Diffstat (limited to 'core/res/AndroidManifest.xml')
-rw-r--r--core/res/AndroidManifest.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 3b15571..30c11df 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1117,8 +1117,7 @@
android:protectionLevel="signature" />
<!-- Must be required by an {@link android.net.VpnService},
- to ensure that only the system can bind to it.
- @hide -->
+ to ensure that only the system can bind to it. -->
<permission android:name="android.permission.BIND_VPN_SERVICE"
android:label="@string/permlab_bindVpnService"
android:description="@string/permdesc_bindVpnService"