- Pair one devie, then turn off BT then reboot the phone
and enter Bluetooth settings screen and turn on BT.
The last paired device will not be displayed in paired list.
- After onResume() is called, the list is shown.
- The reason is that mDevicePreferenceMap is not empty. The paired
devices are cached when BT is off and then skipped when BT is
turned on and updateContent() is called again.
- Make the mDevicePreferenceMap clear when updateContent() is called
and adapter state is BluetoothAdapter.STATE_ON.
Change-Id: Ia745e02bcb4e21a54ccc8477a4dfbad1fa5aed17
Signed-off-by: jhtop.kim <jhtop.kim@samsung.com>
- When trying to pair with any device, if bond state changes
device scan will be started automatically.
- add some flag to check proper scan time and to prevent unnecessary device scanning.
Signed-off-by: jhtop.kim <jhtop.kim@samsung.com>
Change-Id: I4977ec122105f33cdd25a4f5c9fed59dda916379
This makes the sample play faster, and results in a reliable
return value from getLanguage().
bug:5207139
Change-Id: Ic6ca4a2f4aed299d35c320ecc3f327579c66471b
The earlier reduction was not sufficient for all cases.
If the min width is totally removed, it makes the buttons too
small in portrait, causing wrapping. Forcing to 0.5 weight will
make it too wide in landscape.
Change-Id: I02a71a065f14d5f75bea68aab25c8b16941589e9
Also reduce the min width of the buttons because the horizontal space
available has reduced.
Bug: 5156394
Change-Id: Ib7adfa208565503bbf537cb469e7d8feded2c5b8
Bug: 5173985
Change-Id: Icdb1873fd9867e3aed7752e90a00c2f725c1fa6a
Edit to lock_after_timeout_summary to rephrase so new option values will
read correctly.
Also, this change includes a fix for embarrassing spelling/grammar mistakes
in Accessibility hint text.
Bug: 5184517
Change the always-allowed checkbox to be don't-ask-again checkbox to remember
user's decision so that user will not be bothered agian if he/she checks
the don't-ask-again checkbox
bug 5099661
Change-Id: If32ab8e93313bbd33ff040553083f0cf9359b69e
Also add in logging for certain events, as well as progress update to
help hunt down a stuck-in-progress bug
Bug: 5163155
Change-Id: I2e01a56b012f41f178beba0becfbe8173a1715ee
When restricting background data, list the networks the restriction
applies to.
Bug: 5131685, 5058106
Change-Id: Idde084dfa5ac6313a8d145cb6f2603aedb154590