summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-13 10:23:01 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-13 10:23:01 +0000
commit88bcba312ab4fc76ea6fc98f44acc4de88fe38e0 (patch)
treea009a2d5eb74f021d5f20fbb36c221a124def03d
parent76177800bfb73be4de20679ba7a1cbbc607f7db5 (diff)
parent2c8c56b7bfec91d6dfd68c0ee665b143b0c13d86 (diff)
Snap for 9934182 from 2c8c56b7bfec91d6dfd68c0ee665b143b0c13d86 to t-keystone-qcom-release
Change-Id: Ie12aa9641f5eefab59e87146633d18b09c2a14ec
-rw-r--r--core/res/AndroidManifest.xml7
-rw-r--r--core/res/res/values/strings.xml5
2 files changed, 0 insertions, 12 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 93ab557ce1e3..16d52464b7fe 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -6594,13 +6594,6 @@
<permission android:name="android.permission.MAKE_UID_VISIBLE"
android:protectionLevel="signature" />
- <!-- Used for permissions that are associated with enabling secondary SIM do not disturb feature
- @hide -->
- <permission android:name="com.qualcomm.qti.qesdk.permission.CALL_CONTROL_SECONDARY_DND"
- android:label="@string/permlabel_sec_dnd"
- android:description="@string/permdesc_sec_dnd"
- android:protectionLevel="dangerous" />
-
<!-- Attribution for Geofencing service. -->
<attribution android:tag="GeofencingService" android:label="@string/geofencing_service"/>
<!-- Attribution for Country Detector. -->
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index a6a358b0db36..42b59971b4b7 100644
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -4108,11 +4108,6 @@
<!-- Description of an application permission that lets it query all other packages. [CHAR LIMIT=NONE] -->
<string name="permdesc_queryAllPackages">Allows an app to see all installed packages.</string>
- <!-- Description of an application permission that grants access to secondary SIM do not disturb feature. -->
- <string name="permdesc_sec_dnd">enable do not disturb feature on secondary SIM</string>
- <!-- Title of an application permission that grants access to secondary SIM do not disturb feature. -->
- <string name="permlabel_sec_dnd">Secondary SIM Do Not Disturb</string>
-
<!-- Shown in the tutorial for tap twice for zoom control. -->
<string name="tutorial_double_tap_to_zoom_message_short">Tap twice for zoom control</string>