Implement the "actively prefer bad wifi" feature

Test: in progress
Change-Id: Ib7aba464a2f32642d434418842306dfcf90b8319
This commit is contained in:
Chalard Jean
2022-09-01 13:12:45 +09:00
parent e63c42f543
commit 9708f7239c
3 changed files with 174 additions and 41 deletions

View File

@@ -100,7 +100,6 @@ public class MultinetworkPolicyTracker {
* doesn't provide internet access, unless there is a captive portal on that wifi.
* This is the behavior in U and above.
*/
// TODO : implement the behavior.
private boolean mActivelyPreferBadWifi;
// Mainline module can't use internal HandlerExecutor, so add an identical executor here.