Add accessibility label for device details gear icon
Flag: EXEMPT small fix
Bug: 379994439
Test: compile
Change-Id: Ie1fa3901e50a8094f73bd4d409eb13a3b501ee80
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 6fc9fb1..f7afbd6 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -13916,4 +13916,7 @@
<string name="search_gesture_feature_title">Circle to Search</string>
<!-- Summary text for press and hold nav handle OR home button to invoke Circle to Search. [CHAR LIMIT=NONE] -->
<string name="search_gesture_feature_summary">Touch and hold the Home button or the navigation handle to search using the content on your screen.</string>
+
+ <!-- Content description for device details icon on Connected device page [CHAR LIMIT=NONE] -->
+ <string name="device_detail_icon_content_description"><xliff:g id="device_name">%1$s</xliff:g>. Configure device detail.</string>
</resources>