Loading packages/SystemUI/src/com/android/systemui/stylus/StylusUsiPowerUI.kt +1 −0 Original line number Diff line number Diff line Loading @@ -162,6 +162,7 @@ constructor( .setContentText(context.getString(R.string.stylus_battery_low_subtitle)) .setPriority(NotificationCompat.PRIORITY_DEFAULT) .setLocalOnly(true) .setOnlyAlertOnce(true) .setAutoCancel(true) .build() Loading Loading
packages/SystemUI/src/com/android/systemui/stylus/StylusUsiPowerUI.kt +1 −0 Original line number Diff line number Diff line Loading @@ -162,6 +162,7 @@ constructor( .setContentText(context.getString(R.string.stylus_battery_low_subtitle)) .setPriority(NotificationCompat.PRIORITY_DEFAULT) .setLocalOnly(true) .setOnlyAlertOnce(true) .setAutoCancel(true) .build() Loading