Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ public class NotificationUtils { /** Returns the value of the new interruption model setting. */ public static boolean useNewInterruptionModel(Context context) { return Settings.System.getInt(context.getContentResolver(), return Settings.Secure.getInt(context.getContentResolver(), NOTIFICATION_NEW_INTERRUPTION_MODEL, 0) != 0; } } Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/NotificationUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -74,7 +74,7 @@ public class NotificationUtils { /** Returns the value of the new interruption model setting. */ public static boolean useNewInterruptionModel(Context context) { return Settings.System.getInt(context.getContentResolver(), return Settings.Secure.getInt(context.getContentResolver(), NOTIFICATION_NEW_INTERRUPTION_MODEL, 0) != 0; } }