Merge "Don\'t buzz when automatically connecting to captive portals" into mnc-dr-dev am: d214496319 am: 5c09f31e49 am: 18ec0b5187
am: c60969a5e5
* commit 'c60969a5e558e7e645900d3586f8564ddc82fab3':
Don't buzz when automatically connecting to captive portals
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user