Merge "Added permission for binding data service"
This commit is contained in:
committed by
Android (Google) Code Review
commit
8a1b786d40
@@ -19,6 +19,7 @@ package android {
|
||||
field public static final java.lang.String BATTERY_STATS = "android.permission.BATTERY_STATS";
|
||||
field public static final java.lang.String BIND_APPWIDGET = "android.permission.BIND_APPWIDGET";
|
||||
field public static final deprecated java.lang.String BIND_CONNECTION_SERVICE = "android.permission.BIND_CONNECTION_SERVICE";
|
||||
field public static final java.lang.String BIND_DATA_SERVICE = "android.permission.BIND_DATA_SERVICE";
|
||||
field public static final java.lang.String BIND_DIRECTORY_SEARCH = "android.permission.BIND_DIRECTORY_SEARCH";
|
||||
field public static final java.lang.String BIND_IMS_SERVICE = "android.permission.BIND_IMS_SERVICE";
|
||||
field public static final java.lang.String BIND_KEYGUARD_APPWIDGET = "android.permission.BIND_KEYGUARD_APPWIDGET";
|
||||
|
||||
@@ -1785,13 +1785,22 @@
|
||||
|
||||
<!-- Must be required by an ImsService to ensure that only the
|
||||
system can bind to it.
|
||||
<p>Protection level: signature|privileged
|
||||
<p>Protection level: signature|privileged|vendorPrivileged
|
||||
@SystemApi
|
||||
@hide
|
||||
-->
|
||||
<permission android:name="android.permission.BIND_IMS_SERVICE"
|
||||
android:protectionLevel="signature|privileged|vendorPrivileged" />
|
||||
|
||||
<!-- Must be required by a DataService to ensure that only the
|
||||
system can bind to it.
|
||||
<p>Protection level: signature|privileged|vendorPrivileged
|
||||
@SystemApi
|
||||
@hide
|
||||
-->
|
||||
<permission android:name="android.permission.BIND_DATA_SERVICE"
|
||||
android:protectionLevel="signature|privileged|vendorPrivileged" />
|
||||
|
||||
<!-- Allows an application to manage embedded subscriptions (those on a eUICC) through
|
||||
EuiccManager APIs.
|
||||
<p>Protection level: signature|privileged|development
|
||||
|
||||
Reference in New Issue
Block a user