Merge "Add contextual card feedback email mechanism."

This commit is contained in:
TreeHugger Robot
2018-11-29 03:43:39 +00:00
committed by Android (Google) Code Review
8 changed files with 157 additions and 13 deletions

View File

@@ -160,4 +160,6 @@
android.settings.EDIT_EMERGENCY_INFO
</string>
<!-- Email address for the homepage contextual cards feedback -->
<string name="config_contextual_card_feedback_email" translatable="false"></string>
</resources>

View File

@@ -10249,4 +10249,9 @@
<!-- Summary for low storage slice. [CHAR LIMIT=NONE] -->
<string name="low_storage_summary">Storage is low. <xliff:g id="percentage" example="54%">%1$s</xliff:g> used - <xliff:g id="free_space" example="32GB">%2$s</xliff:g> free</string>
<!-- Label for button in contextual card feedback dialog for users to send feedback [CHAR LIMIT=30] -->
<string name="contextual_card_feedback_send">Send feedback</string>
<!-- String for contextual card feedback dialog [CHAR LIMIT=NONE] -->
<string name="contextual_card_feedback_confirm_message">Would you like to give us feedback on this suggestion?</string>
</resources>