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

Commit

Permalink
Snap for 6872792 from 4537b2c to rvc-qpr1-release
Browse files Browse the repository at this point in the history
Change-Id: I1b7a76ee9bbf3d03602f68046284a6ec5591277b
  • Loading branch information
android-build-team Robot committed Sep 29, 2020
2 parents 2a7e2b8 + 4537b2c commit 69a2a30
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 69a2a30

Please sign in to comment.