From fe4869eb71a40bbb565c8e2d8e4a894b976dec6e Mon Sep 17 00:00:00 2001 From: Meng Wang Date: Wed, 30 Oct 2019 16:15:16 -0700 Subject: [PATCH] Define permission GRANT_RUNTIME_PERMISSIONS_TO_TELEPHONY_DEFAULTS Bug: 143580692 Test: make Change-Id: Ib70c1451ec807165de0647b30cadaa496ac5cbce Merged-In: I6f36d67145d976d31a4d6acf3b5a42363f11a82a --- api/system-current.txt | 1 + core/res/AndroidManifest.xml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/api/system-current.txt b/api/system-current.txt index ebfd55edf8fe9..8ee5d39b02170 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -75,6 +75,7 @@ package android { field public static final String GET_TOP_ACTIVITY_INFO = "android.permission.GET_TOP_ACTIVITY_INFO"; field public static final String GRANT_PROFILE_OWNER_DEVICE_IDS_ACCESS = "android.permission.GRANT_PROFILE_OWNER_DEVICE_IDS_ACCESS"; field public static final String GRANT_RUNTIME_PERMISSIONS = "android.permission.GRANT_RUNTIME_PERMISSIONS"; + field public static final String GRANT_RUNTIME_PERMISSIONS_TO_TELEPHONY_DEFAULTS = "android.permission.GRANT_RUNTIME_PERMISSIONS_TO_TELEPHONY_DEFAULTS"; field public static final String HANDLE_CAR_MODE_CHANGES = "android.permission.HANDLE_CAR_MODE_CHANGES"; field public static final String HARDWARE_TEST = "android.permission.HARDWARE_TEST"; field public static final String HDMI_CEC = "android.permission.HDMI_CEC"; diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index a35c4dbdf383f..8dc84c804055f 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -2030,6 +2030,11 @@ + + +