Merge "Don't buzz when automatically connecting to captive portals" into mnc-dr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
d214496319
@@ -3363,7 +3363,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