summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorBonian Chen <bonianchen@google.com>2020-07-21 06:01:24 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-07-21 06:01:24 +0000
commit602b87e505489da84ed5d4e781b748196218df6d (patch)
tree8d894b45eb0b87d9a60ac2ad907b1592cb7a2c70 /AndroidManifest.xml
parent50dd796f90bb5f3cf9694212de3d7863a07534d7 (diff)
parent7caf6c541c5c05d92271b9a5ba45b780122cc26e (diff)
downloadSettings-602b87e505489da84ed5d4e781b748196218df6d.tar.gz
Merge "Revert "Initial setup for slot change receiver migration""
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 443e8f60836..66f72075661 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -3571,15 +3571,6 @@
android:value="com.android.settings.sound.MediaControlsSettings" />
</activity>
- <receiver android:name=".sim.receivers.SimSlotChangeReceiver"
- android:permission="com.qualcomm.permission.USE_QCRIL_MSG_TUNNEL"
- android:exported="true">
- <intent-filter>
- <action android:name="qualcomm.intent.action.ACTION_SLOT_STATUS_CHANGED_IND" />
- <action android:name="android.telephony.action.SIM_SLOT_STATUS_CHANGED" />
- </intent-filter>
- </receiver>
-
<!-- This is the longest AndroidManifest.xml ever. -->
</application>
</manifest>