diff options
author | Michael Wright <michaelwr@google.com> | 2015-09-03 17:57:01 +0100 |
---|---|---|
committer | Michael Wright <michaelwr@google.com> | 2015-10-12 15:21:37 +0100 |
commit | 9209c9cd9a6f779d0d9d86f9b2e368df564fa6bb (patch) | |
tree | ccee5b1af2c31841fec6fa3cbce9a3aa277549eb /packages/SystemUI/res/values | |
parent | 4e4d59eeef86fa8560d35c00168869b0a066f962 (diff) | |
download | frameworks_base-9209c9cd9a6f779d0d9d86f9b2e368df564fa6bb.zip frameworks_base-9209c9cd9a6f779d0d9d86f9b2e368df564fa6bb.tar.gz frameworks_base-9209c9cd9a6f779d0d9d86f9b2e368df564fa6bb.tar.bz2 |
Add SystemUI component to watch for keyboard attachment.
Add a new SystemUI component to watch for keyboard attachment /
detachment. If the config specifies the name of a keyboard that is
packaged with the device, then SystemUI will ask the user if they
would like to enable BT (if disabled) and then attempt to pair to the
device.
Bug: 22876536
Change-Id: I786db35524d49706d5e61d8b8bc71194d50113f3
Diffstat (limited to 'packages/SystemUI/res/values')
-rw-r--r-- | packages/SystemUI/res/values/strings.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index dfa85ce..dc9c9fd 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -1126,4 +1126,14 @@ <!-- Dialog asking if the tuner should really be removed from settings [CHAR LIMIT=NONE]--> <string name="remove_from_settings_prompt">Remove System UI Tuner from Settings and stop using all of its features?"</string> + <!-- Dialog title asking if Bluetooth should be enabled [CHAR LIMIT=NONE] --> + <string name="enable_bluetooth_title">Turn on Bluetooth?</string> + + <!-- Dialog message explaining why Bluetooth should be enabled when a packaged keyboard is + conncted to the device [CHAR LIMIT=NONE] --> + <string name="enable_bluetooth_message">To connect your keyboard with your tablet, you first have to turn on Bluetooth.</string> + + <!-- Bluetooth enablement ok text [CHAR LIMIT=40] --> + <string name="enable_bluetooth_confirmation_ok">Turn on</string> + </resources> |