diff --git a/api/current.txt b/api/current.txt
index 26e42982de916..8703bf41438b1 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -162,6 +162,7 @@ package android {
public static final class Manifest.permission_group {
ctor public Manifest.permission_group();
field public static final java.lang.String CALENDAR = "android.permission-group.CALENDAR";
+ field public static final java.lang.String CALL_LOG = "android.permission-group.CALL_LOG";
field public static final java.lang.String CAMERA = "android.permission-group.CAMERA";
field public static final java.lang.String CONTACTS = "android.permission-group.CONTACTS";
field public static final java.lang.String LOCATION = "android.permission-group.LOCATION";
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 92560f39e64f7..1f8d43cb8a8c4 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -839,6 +839,77 @@
android:description="@string/permdesc_accessCoarseLocation"
android:protectionLevel="dangerous|instant" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -891,54 +962,6 @@
android:description="@string/permdesc_callPhone"
android:protectionLevel="dangerous" />
-
-
-
-
-
-
-
-
-
@@ -957,18 +980,6 @@
android:label="@string/permlab_use_sip"
android:protectionLevel="dangerous"/>
-
-
-
-
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index b92052b9ebde6..bf7ca524c93e9 100644
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -723,6 +723,14 @@
Allow
<b>%1$s</b> to take pictures and record video?
+
+ Call logs
+
+ read and write phone call log
+
+ Allow
+ <b>%1$s</b> to access your phone call logs?
+
Phone