Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Merge "LINK_CONFIGURATION_CHANGED broadcast: stop including EXTRA_LIN…
Browse files Browse the repository at this point in the history
…K_PROPERTIES" into rvc-qpr-dev
  • Loading branch information
David Su authored and Android (Google) Code Review committed Sep 29, 2020
2 parents 09479b2 + 66d428e commit 4537b2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion service/java/com/android/server/wifi/ClientModeImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -2557,7 +2557,6 @@ private void sendRssiChangeBroadcast(final int newRssi) {
private void sendLinkConfigurationChangedBroadcast() {
Intent intent = new Intent(WifiManager.ACTION_LINK_CONFIGURATION_CHANGED);
intent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT);
intent.putExtra(WifiManager.EXTRA_LINK_PROPERTIES, new LinkProperties(mLinkProperties));
mContext.sendBroadcastAsUser(intent, UserHandle.ALL);
}

Expand Down

0 comments on commit 4537b2c

Please sign in to comment.