Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67ef574f authored by Paul Lawrence's avatar Paul Lawrence
Browse files

Make sure we turn off trade-in mode

On reboot, trade-in mode was not being turned off when network
connections were made.

Test: SUW, reboot, add network, make sure adb disconnects
Bug: 307713521
Flag: com.android.tradeinmode.flags.enable_trade_in_mode
Change-Id: I13dd94834e56a36e6c775378012e5bdcc37ff212
parent 19837234
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -110,6 +110,8 @@ public final class TradeInModeService extends SystemService {
                    stopTradeInMode();
                } else {
                    watchForSetupCompletion();
                    watchForNetworkChange();
                    watchForAccountsCreated();
                }
            }
        }