diff options
Diffstat (limited to 'core/res/AndroidManifest.xml')
-rw-r--r-- | core/res/AndroidManifest.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 931d1c6..aee3090 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1257,6 +1257,14 @@ android:description="@string/permdesc_bind_call_service" android:label="@string/permlab_bind_call_service" /> + <!-- @SystemApi Allows an application to bind to ConnectionService implementations. + @hide --> + <permission android:name="android.permission.BIND_CONNECTION_SERVICE" + android:permissionGroup="android.permission-group.PHONE_CALLS" + android:protectionLevel="system|signature" + android:description="@string/permdesc_bind_connection_service" + android:label="@string/permlab_bind_connection_service" /> + <!-- ================================== --> <!-- Permissions for sdcard interaction --> <!-- ================================== --> |