summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>