OSDN Git Service

telephony: Disable the SIM state change receiver
authorRicardo Cerqueira <android@cerqueira.org>
Thu, 24 Nov 2016 15:04:06 +0000 (15:04 +0000)
committerRicardo Cerqueira <android@cerqueira.org>
Thu, 24 Nov 2016 19:29:51 +0000 (19:29 +0000)
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

AndroidManifest.xml

index 700c93c..ffeb655 100755 (executable)
             </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"