summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMartijn Coenen <maco@google.com>2012-05-09 10:48:40 -0700
committerMartijn Coenen <maco@google.com>2012-05-10 15:35:33 -0700
commit78705adb33530d58f6b25bd3976ef36df196af55 (patch)
treed76f02ef122b888269a951b4110eaf9b9c85ed81 /res
parentd82d9db81f30ccecd29a0531e6db9b49c9c2cd95 (diff)
downloadpackages_apps_nfc-78705adb33530d58f6b25bd3976ef36df196af55.zip
packages_apps_nfc-78705adb33530d58f6b25bd3976ef36df196af55.tar.gz
packages_apps_nfc-78705adb33530d58f6b25bd3976ef36df196af55.tar.bz2
UI confirmation for pairing a BT device through NFC.
If we find a BT device to pair through NFC and we haven't seen it device before, request confirmation before pairing it. Bug: 6092058 Change-Id: I34fc638fbdb152a48e90644f9a34cc1a0b942de2
Diffstat (limited to 'res')
-rwxr-xr-xres/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 21cfab8..8d25943 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -32,4 +32,7 @@
<string name="pairing_headset">Pairing</string>
<string name="pairing_headset_failed">Failed to pair</string>
<string name="failed_to_enable_bt">Failed to enable Bluetooth</string>
+ <string name="confirm_pairing">Are you sure you want to pair the Bluetooth device <xliff:g id="device_name">%1$s</xliff:g>?</string>
+ <string name="pair_yes">Yes</string>
+ <string name="pair_no">No</string>
</resources>