Merge "Default silent notifs on lockscreen to on" into qt-dev am: a501bbc75c
am: 55de60ec58
Change-Id: I3435488e5cf4d311d0c03943be27d6de3c4c56bb
This commit is contained in:
@@ -320,7 +320,7 @@ public class NotificationLockscreenUserManagerImpl implements
|
|||||||
|
|
||||||
private boolean hideSilentNotificationsOnLockscreen() {
|
private boolean hideSilentNotificationsOnLockscreen() {
|
||||||
return Settings.Secure.getInt(mContext.getContentResolver(),
|
return Settings.Secure.getInt(mContext.getContentResolver(),
|
||||||
Settings.Secure.LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS, 0) == 0;
|
Settings.Secure.LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS, 1) == 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void setShowLockscreenNotifications(boolean show) {
|
private void setShowLockscreenNotifications(boolean show) {
|
||||||
|
|||||||
Reference in New Issue
Block a user