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

Commit 50034204 authored by Mark Chien's avatar Mark Chien Committed by Automerger Merge Worker
Browse files

Merge "startTethering with silent entitlement in systemui" am: 20df56ad am:...

Merge "startTethering with silent entitlement in systemui" am: 20df56ad am: 0762ef2d am: 3771cea1 am: 81bd9d9b

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1450641

Change-Id: I20f70a67851a58ed540de0d7d17d4b6172fbb44c
parents 1d15edf2 81bd9d9b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -195,7 +195,8 @@ public class HotspotControllerImpl implements HotspotController, WifiManager.Sof
        if (enabled) {
            mWaitingForTerminalState = true;
            if (DEBUG) Log.d(TAG, "Starting tethering");
            mTetheringManager.startTethering(new TetheringRequest.Builder(TETHERING_WIFI).build(),
            mTetheringManager.startTethering(new TetheringRequest.Builder(
                    TETHERING_WIFI).setShouldShowEntitlementUi(false).build(),
                    ConcurrentUtils.DIRECT_EXECUTOR,
                    new TetheringManager.StartTetheringCallback() {
                        @Override