We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71520a6 + 17d9f67 commit bdac829Copy full SHA for bdac829
wifi/java/android/net/wifi/WifiStateMachine.java
@@ -1624,7 +1624,7 @@ private void sendRssiChangeBroadcast(final int newRssi) {
1624
Intent intent = new Intent(WifiManager.RSSI_CHANGED_ACTION);
1625
intent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT);
1626
intent.putExtra(WifiManager.EXTRA_NEW_RSSI, newRssi);
1627
- mContext.sendBroadcastAsUser(intent, UserHandle.ALL);
+ mContext.sendStickyBroadcastAsUser(intent, UserHandle.ALL);
1628
}
1629
1630
private void sendNetworkStateChangeBroadcast(String bssid) {
0 commit comments