Merge changes from topic "SurveyFeatureProvider_isSurveyAvailable" into main

* changes:
  Add HaTS entrypoint for Magnification page
  Add controller for magnification feedback preference
  Add a new API: checkSurveyAvailable
This commit is contained in:
Menghan Li
2025-01-09 01:14:45 -08:00
committed by Android (Google) Code Review
6 changed files with 328 additions and 21 deletions

View File

@@ -5088,6 +5088,12 @@
<string name="accessibility_tap_assistance_title">Timing controls</string>
<!-- Title for the accessibility system controls page. [CHAR LIMIT=50] -->
<string name="accessibility_system_controls_title">System controls</string>
<!-- Title for the accessibility feedback preference. [CHAR LIMIT=50] -->
<string name="accessibility_feedback_title">Feedback</string>
<!-- Summary for the accessibility feedback preference. [CHAR LIMIT=100] -->
<string name="accessibility_feedback_summary">Help improve by taking a survey</string>
<!-- Summary for the accessibility feedback preference is disabled. [CHAR LIMIT=100] -->
<string name="accessibility_feedback_disabled_summary">No surveys available</string>
<!-- Title for the accessibility preference category of services downloaded by the user. [CHAR LIMIT=50] -->
<string name="user_installed_services_category_title">Downloaded apps</string>
<!-- Title for the accessibility preference category of settings considered to be experimental, meaning they might be changed or removed in the future. [CHAR LIMIT=50] -->