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

Commit d9131121 authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by android-build-merger
Browse files

Merge "Don\'t buzz when automatically connecting to captive portals" into...

Merge "Don\'t buzz when automatically connecting to captive portals" into mnc-dr-dev am: d2144963 am: 5c09f31e am: 18ec0b51
am: d597bf8f

* commit 'd597bf8f':
  Don't buzz when automatically connecting to captive portals
parents 008672f6 d597bf8f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3366,7 +3366,7 @@ public class ConnectivityService extends IConnectivityManager.Stub
                    .setPriority(highPriority ?
                            Notification.PRIORITY_HIGH :
                            Notification.PRIORITY_DEFAULT)
                    .setDefaults(Notification.DEFAULT_ALL)
                    .setDefaults(highPriority ? Notification.DEFAULT_ALL : 0)
                    .setOnlyAlertOnce(true)
                    .build();