From 798363894d21cf87bf1915372f9dcc4605b3d4ac Mon Sep 17 00:00:00 2001 From: Santos Cordon Date: Tue, 13 Aug 2013 14:29:47 -0700 Subject: [PATCH] Add permissions for the InCallUI Split. Change-Id: Ic1023adba939c82e9bce844c104f85821f21f43c --- api/current.txt | 1 + core/res/AndroidManifest.xml | 7 +++++++ core/res/res/values/strings.xml | 5 +++++ 3 files changed, 13 insertions(+) diff --git a/api/current.txt b/api/current.txt index 3c4555fb925bd..c6240768b916d 100644 --- a/api/current.txt +++ b/api/current.txt @@ -20,6 +20,7 @@ package android { field public static final java.lang.String BATTERY_STATS = "android.permission.BATTERY_STATS"; field public static final java.lang.String BIND_ACCESSIBILITY_SERVICE = "android.permission.BIND_ACCESSIBILITY_SERVICE"; field public static final java.lang.String BIND_APPWIDGET = "android.permission.BIND_APPWIDGET"; + field public static final java.lang.String BIND_CALL_SERVICE = "android.permission.BIND_CALL_SERVICE"; field public static final java.lang.String BIND_DEVICE_ADMIN = "android.permission.BIND_DEVICE_ADMIN"; field public static final java.lang.String BIND_INPUT_METHOD = "android.permission.BIND_INPUT_METHOD"; field public static final java.lang.String BIND_NFC_SERVICE = "android.permission.BIND_NFC_SERVICE"; diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 2e479283f1474..eda155bb7033e 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1096,6 +1096,13 @@ android:description="@string/permdesc_use_sip" android:label="@string/permlab_use_sip" /> + + + diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 68acd8c2dcd45..fa61e5b88ea07 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -1871,6 +1871,11 @@ Allows the app to use the SIP service to make/receive Internet calls. + + interact with in-call screen + + Allows the app to control when and how the user sees the in-call screen. + read historical network usage