Merge "Don\'t buzz when automatically connecting to captive portals" into mnc-dr-dev
am: d214496319 * commit 'd214496319785311f99f8415b7c8be3189420488': Don't buzz when automatically connecting to captive portals
This commit is contained in:
@@ -3363,7 +3363,7 @@ public class ConnectivityService extends IConnectivityManager.Stub
|
|||||||
.setPriority(highPriority ?
|
.setPriority(highPriority ?
|
||||||
Notification.PRIORITY_HIGH :
|
Notification.PRIORITY_HIGH :
|
||||||
Notification.PRIORITY_DEFAULT)
|
Notification.PRIORITY_DEFAULT)
|
||||||
.setDefaults(Notification.DEFAULT_ALL)
|
.setDefaults(highPriority ? Notification.DEFAULT_ALL : 0)
|
||||||
.setOnlyAlertOnce(true)
|
.setOnlyAlertOnce(true)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user