Merge "Remove the char limit of unrestricted_app" into main

This commit is contained in:
Treehugger Robot
2024-04-02 08:09:49 +00:00
committed by Android (Google) Code Review

View File

@@ -10245,10 +10245,10 @@
<!-- Switch label to enable the Data Saver feature [CHAR LIMIT=NONE] -->
<string name="data_saver_switch_title">Use Data Saver</string>
<!-- Title for switch to allow app unrestricted data usage [CHAR LIMIT=30] -->
<!-- Title for switch to allow app unrestricted data usage [CHAR LIMIT=NONE] -->
<string name="unrestricted_app_title">Unrestricted data usage</string>
<!-- Title for switch to allow app unrestricted data usage [CHAR LIMIT=75] -->
<!-- Title for switch to allow app unrestricted data usage [CHAR LIMIT=NONE] -->
<string name="unrestricted_app_summary">Allow unrestricted data access when Data Saver is on</string>
<!-- Button to switch the default home app [CHAR LIMIT=60] -->