Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71f7e28f authored by Vania Januar's avatar Vania Januar
Browse files

Set the USI low battery notification to only alert once.

Bug: 300780857
Change-Id: I125a1c569e64af0800c95c551a3e6887bd0f3fd7
Test: StylusUsiPowerUiTest
parent 2d3bdff3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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()