Merge "Fix MSIM issue of broadcast intent overwritten unintentionally" am: fbb48bcecd
am: 2b5a69cb6f
Change-Id: I62d7899969aa8fcc1d5c8e566fb41825fd85e8ee
This commit is contained in:
@@ -1381,7 +1381,6 @@ class TelephonyRegistry extends ITelephonyRegistry.Stub {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Intent intent = new Intent(TelephonyIntents.ACTION_SIGNAL_STRENGTH_CHANGED);
|
Intent intent = new Intent(TelephonyIntents.ACTION_SIGNAL_STRENGTH_CHANGED);
|
||||||
intent.addFlags(Intent.FLAG_RECEIVER_REPLACE_PENDING);
|
|
||||||
Bundle data = new Bundle();
|
Bundle data = new Bundle();
|
||||||
signalStrength.fillInNotifierBundle(data);
|
signalStrength.fillInNotifierBundle(data);
|
||||||
intent.putExtras(data);
|
intent.putExtras(data);
|
||||||
|
|||||||
Reference in New Issue
Block a user