diff options
author | 2025-03-19 14:01:50 +0800 | |
---|---|---|
committer | 2025-03-18 23:20:20 -0700 | |
commit | d6f7270748564effbd892b6d958da9cbe1137dfb (patch) | |
tree | b0676f8accfa82a84bf5d3c1e65f6b5af8f029d4 /res | |
parent | fc10fdf30bfd7740d97dce6b73a9f4746161257a (diff) |
Add toast for bond loss
Test: local tested, haven't find good way to add unit test for reflection.
Flag: EXEMPT minor fix
Bug: 380801155
Change-Id: Ia0d05ef933b0ae24077f31e4ff46c9948b99628a
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 6d865c21096..266decdaab6 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2099,6 +2099,8 @@ <string name="bluetooth_key_missing_device_settings">Device settings</string> <!-- Button text to close the bluetooth key missing dialog--> <string name="bluetooth_key_missing_close">Close</string> + <!-- Toast text to when bluetooth key is missing --> + <string name="bluetooth_key_missing_toast"><xliff:g id="device_name">%1$s</xliff:g> failed to connect</string> <!-- Title of device details screen [CHAR LIMIT=28]--> <string name="device_details_title">Device details</string> |