diff options
author | Ricardo Cerqueira <android@cerqueira.org> | 2016-11-24 15:04:06 +0000 |
---|---|---|
committer | Ricardo Cerqueira <android@cerqueira.org> | 2016-11-24 19:29:51 +0000 |
commit | c2da9ad6a331c6a6f5b8c56ecf5c716ab08f4d21 (patch) | |
tree | d2529ae2d1072aa83544f8810c093595e290a361 | |
parent | 4f954a904b199ba817869653e8eded97ead7d8fb (diff) | |
download | packages_apps_Settings-c2da9ad6a331c6a6f5b8c56ecf5c716ab08f4d21.zip packages_apps_Settings-c2da9ad6a331c6a6f5b8c56ecf5c716ab08f4d21.tar.gz packages_apps_Settings-c2da9ad6a331c6a6f5b8c56ecf5c716ab08f4d21.tar.bz2 |
telephony: Disable the SIM state change receiver
We've mistakenly reimplemented this functionality at the telephony
framework because we didn't realize it was here to begin with (and
neutralized by a QC commit).
Having the QC configuration in place makes _both_ come up, which
is annoying...
Since the f/o/t implementation (change
Iddaef47eefeab43ed99ca6f27f81dffd8dd08689) uses different visual
assets people are already used to, let's forcefully use that one
for now until we figure out which one we want to retain...
Change-Id: I1dfab99e475b2d5aa4574ecdb5d0d7ee6cf00191
-rwxr-xr-x | AndroidManifest.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 700c93c..ffeb655 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -2718,12 +2718,6 @@ </intent-filter> </receiver> - <receiver android:name=".sim.SimSelectNotification"> - <intent-filter> - <action android:name="android.intent.action.SIM_STATE_CHANGED"></action> - </intent-filter> - </receiver> - <provider android:name="android.support.v4.content.FileProvider" android:authorities="com.android.settings.files" |