Merge "Fix MSIM issue of broadcast intent overwritten unintentionally" am: fbb48bcecd am: 2b5a69cb6f

am: 32a369305c

Change-Id: I2da73f326300b5aff155f2ef498bac409ceaeeea
This commit is contained in:
Robert Greenwalt
2016-12-01 00:12:49 +00:00
committed by android-build-merger

View File

@@ -1381,7 +1381,6 @@ class TelephonyRegistry extends ITelephonyRegistry.Stub {
}
Intent intent = new Intent(TelephonyIntents.ACTION_SIGNAL_STRENGTH_CHANGED);
intent.addFlags(Intent.FLAG_RECEIVER_REPLACE_PENDING);
Bundle data = new Bundle();
signalStrength.fillInNotifierBundle(data);
intent.putExtras(data);