Merge "Add NETWORK_STACK permission" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
087daa0da5
@@ -1300,6 +1300,13 @@
|
|||||||
<permission android:name="android.permission.REQUEST_NETWORK_SCORES"
|
<permission android:name="android.permission.REQUEST_NETWORK_SCORES"
|
||||||
android:protectionLevel="signature|setup" />
|
android:protectionLevel="signature|setup" />
|
||||||
|
|
||||||
|
<!-- Allows network stack services (Connectivity and Wifi) to coordinate
|
||||||
|
<p>Not for use by third-party or privileged applications.
|
||||||
|
@hide This should only be used by Connectivity and Wifi Services.
|
||||||
|
-->
|
||||||
|
<permission android:name="android.permission.NETWORK_STACK"
|
||||||
|
android:protectionLevel="signature" />
|
||||||
|
|
||||||
<!-- ======================================= -->
|
<!-- ======================================= -->
|
||||||
<!-- Permissions for short range, peripheral networks -->
|
<!-- Permissions for short range, peripheral networks -->
|
||||||
<!-- ======================================= -->
|
<!-- ======================================= -->
|
||||||
|
|||||||
Reference in New Issue
Block a user