diff options
author | 2024-04-24 22:50:58 +0000 | |
---|---|---|
committer | 2024-04-25 22:56:36 +0000 | |
commit | d731ba2ff1fb2eaef88f3273254a2e09115e741d (patch) | |
tree | 8a36954915dfc6a0c55b7b170f9a3dc15f803e7c /res/values-en-rCA | |
parent | ff1a1a9e46291581634d024a6f03e425070aa1dc (diff) |
Remove widget education tip dialog
This change removes the widget education tip dialog, and the arrow
tip view. These are no longer needed now that taps are handled by
showing an add button.
Bug: 335318980
Test: `pm clear com.google.android.apps.nexuslauncher` and open widget
picker
Flag: ACONFIG com.android.launcher3.enable_widget_tap_to_add NEXTFOOD
Change-Id: I9b24a41604880f5f94939c02b94f1a9f6a6c83d5
Diffstat (limited to 'res/values-en-rCA')
-rw-r--r-- | res/values-en-rCA/strings.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/res/values-en-rCA/strings.xml b/res/values-en-rCA/strings.xml index ec69ea89b9..e77eea65b5 100644 --- a/res/values-en-rCA/strings.xml +++ b/res/values-en-rCA/strings.xml @@ -67,10 +67,7 @@ <string name="widget_category_note_taking" msgid="3469689394504266039">"Note-taking"</string> <string name="widget_add_button_label" msgid="2761267068711937179">"Add"</string> <string name="widget_add_button_content_description" msgid="1810530016360039643">"Add <xliff:g id="WIDGET_NAME">%1$s</xliff:g> widget"</string> - <string name="widget_education_header" msgid="4874760613775913787">"Useful info at your fingertips"</string> - <string name="widget_education_content" msgid="1731667670753497052">"To get info without opening apps, you can add widgets to your home screen"</string> <string name="reconfigurable_widget_education_tip" msgid="6336962690888067057">"Tap to change widget settings"</string> - <string name="widget_education_close_button" msgid="8676165703104836580">"Got it"</string> <string name="widget_reconfigure_button_content_description" msgid="8811472721881205250">"Change widget settings"</string> <string name="all_apps_search_bar_hint" msgid="1390553134053255246">"Search apps"</string> <string name="all_apps_loading_message" msgid="5813968043155271636">"Loading apps…"</string> |