summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Julia Reynolds <juliacr@google.com> 2023-06-05 19:48:28 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-06-05 19:48:28 +0000
commit5af33c001a4e659f06cb28d87ffff0e92fd0833c (patch)
tree495b072846cb048e36eba2b39c5b220d56234afe
parent6e4c58a2d187aeaf3fd86ab85681cce9585403bd (diff)
parent87ab1ffb58d4297fa1401f3c3c66825f07d2c9bc (diff)
Merge "Update char limit" into udc-dev
-rw-r--r--packages/SettingsLib/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SettingsLib/res/values/strings.xml b/packages/SettingsLib/res/values/strings.xml
index dac7f8d15388..b44c0e0799b2 100644
--- a/packages/SettingsLib/res/values/strings.xml
+++ b/packages/SettingsLib/res/values/strings.xml
@@ -929,7 +929,7 @@
<!-- UI debug setting: show all ANRs summary [CHAR LIMIT=100] -->
<string name="show_all_anrs_summary">Display App Not Responding dialog for background apps</string>
- <!-- UI debug setting: show missing channel toasts? [CHAR LIMIT=25] -->
+ <!-- UI debug setting: show missing channel toasts? [CHAR LIMIT=30] -->
<string name="show_notification_channel_warnings">Show notification channel warnings</string>
<!-- UI debug setting: show missing channel toasts summary [CHAR LIMIT=50] -->
<string name="show_notification_channel_warnings_summary">Displays on-screen warning when an app posts a notification without a valid channel</string>