summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorBilly Lau <billylau@google.com>2015-09-18 10:19:54 +0100
committerBilly Lau <billylau@google.com>2015-09-18 10:19:54 +0100
commit369b7ca4fbe6a635344f43845a82da25ececa0e4 (patch)
tree1e83fb845ec58944cc7a45295e5ebc8ff80a931c /core
parent716c6269674474867dc4720f86f739c639c83400 (diff)
downloadframeworks_base-369b7ca4fbe6a635344f43845a82da25ececa0e4.zip
frameworks_base-369b7ca4fbe6a635344f43845a82da25ececa0e4.tar.gz
frameworks_base-369b7ca4fbe6a635344f43845a82da25ececa0e4.tar.bz2
Bug: 24112165 Update docs for protection level of CHANGE_NETWORK_STATE
Previously, when CHANGE_NETWORK_STATE's protection level was raised to signature from normal, the documentation was not changed. This CL addresses the documentation to reflect the correct protection level. Change-Id: I0a4d2fcef5f30c58b38250865543e72b5eb1ab06
Diffstat (limited to 'core')
-rw-r--r--core/res/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 99e55bf..860a315 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -1694,7 +1694,7 @@
android:protectionLevel="signature|privileged" />
<!-- Allows applications to change network connectivity state.
- <p>Protection level: normal
+ <p>Protection level: signature
-->
<permission android:name="android.permission.CHANGE_NETWORK_STATE"
android:description="@string/permdesc_changeNetworkState"