You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app-base/src/main/res/values/strings.xml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@
30
30
<stringname="deselect">Deselect</string>
31
31
<stringname="share">Share</string>
32
32
<stringname="dismiss">Dismiss</string>
33
+
<stringname="grant">Grant</string>
33
34
34
35
<!--App actions-->
35
36
<stringname="start">Start</string>
@@ -811,7 +812,10 @@
811
812
812
813
<stringname="intro_location">You can find the tutorial in \"Help & Feedback.\"</string>
813
814
814
-
<stringname="missed_timer_desp"><b>Some timers are stopped abnormally!</b>\n\nIt is probably because the system kills the app in the background. <b>To resolve this problem, please consider whitelisting this app in system settings.</b></string>
815
+
<stringname="tip_missed_timer"><b>Some timers are stopped abnormally!</b>\n\nIt is probably because the system kills the app in the background. <b>To resolve this problem, please consider whitelisting this app in system settings.</b></string>
816
+
817
+
<stringname="tip_android_12_phone_calls">Pausing on phone calls now requires \"Read phone status\" permission</string>
818
+
<stringname="tip_android_12_battery">Tasker support now requires \"Ignore Battery Optimization\" permission</string>
0 commit comments