Merge commit 'a40fb23734cc5d5ac6e69a060cbb488269ad8af3' into eclair-plus-aosp
* commit 'a40fb23734cc5d5ac6e69a060cbb488269ad8af3':
Add Safety information to Settings > About Phone
The Safety information link is stored in a system property, ro.url.safetylegal
If the phone has data connection, select "Safety information" menu will open the
Safety information link. If there is no data connection for the phone, a message will
pop up which ask user to open Safety information link from PC.
Change-Id: Ia46e2e868ebcda93138cb9f00c978d8ac827022a
Merge commit '22e186898e47cf35a49e73494bf11695c854d284' into eclair-plus-aosp
* commit '22e186898e47cf35a49e73494bf11695c854d284':
packages/apps/Setting: Make vkey button haptics part of global haptic setting
Merge commit '44c2220f2e2c8217a4cf05e7074ee4e7fb95ec11'
* commit '44c2220f2e2c8217a4cf05e7074ee4e7fb95ec11':
Restrict Bluetooth adapater name length to 200 characters.
Merge commit '520c7356cf86b681fc670fce49e2749c9fb2bff0'
* commit '520c7356cf86b681fc670fce49e2749c9fb2bff0':
b/2140751 Fixed the problem where BT device icon was showing until pairing happens (actually UUID comes in to be exact)
Merge commit 'e7f230a36332f5cdc1454e9ce44195c01a49806f'
* commit 'e7f230a36332f5cdc1454e9ce44195c01a49806f':
Search and rewrite some uses of select and disable for touch and use.
Merge commit '51a81002ec11b4aa57eadf40ad10aa09248381a0' into eclair-plus-aosp
* commit '51a81002ec11b4aa57eadf40ad10aa09248381a0':
Restrict Bluetooth adapater name length to 200 characters.
When in device picker screen, if other device triggers pairing process with own
device, after paired succssfully, it should not send intent to OppReceiver to
start file sending. We need check if the paired device is the one user selected.
Original Author: Lixin Yue
Modified by: Jaikumar Ganesh (jaikumar@google.com)
Change-Id: I32df995ba94417470cccaead492844a9c61c0846
Merge commit '0f8e20f122b9f7ec323c28c6a3d61fd2ac78b71e' into eclair-plus-aosp
* commit '0f8e20f122b9f7ec323c28c6a3d61fd2ac78b71e':
Set selection in single choice list.
Merge commit '776dcff14387140721d46ccd97cf51ce81be7f85' into eclair-plus-aosp
* commit '776dcff14387140721d46ccd97cf51ce81be7f85':
b/2140751 Fixed the problem where BT device icon was showing until pairing happens (actually UUID comes in to be exact)
Merge commit 'f73cdd4dd09d585cf59c3c91872bc21449491b03' into eclair-plus-aosp
* commit 'f73cdd4dd09d585cf59c3c91872bc21449491b03':
New icon for Privacy.
Merge commit 'ec54997a04307887b709c607808dace00df2f138' into eclair-plus-aosp
* commit 'ec54997a04307887b709c607808dace00df2f138':
Fix issue #2133206: dialogs/menus should auto-dismiss when screen turns off
Merge commit 'e65c943f974966e21c6f18dc9a95107ea1f07631' into eclair-plus-aosp
* commit 'e65c943f974966e21c6f18dc9a95107ea1f07631':
New Privacy settings screen and Backup settings toggle. See #2132044 & #2133178
Also fixes 2138367: Share with Google setting doesn't get updated on checking the setting
And 2098232: "Set unlock pattern" should be at the top of the section
Merge commit '0ce6f6dbc842b4a9fce0c34850b17bf543a12ed0' into eclair-plus-aosp
* commit '0ce6f6dbc842b4a9fce0c34850b17bf543a12ed0':
Search and rewrite some uses of select and disable for touch and use.
Merge commit 'dd5dd7d93dbf895d50b651027ef68a75f1f14a51'
* commit 'dd5dd7d93dbf895d50b651027ef68a75f1f14a51':
b/2126036 Improve remote device capability identification by switching to use UUIDs instead of class bits.
Merge commit '1bfe73d0b1d338f3c16a8177eb8de509e44a5c01' into eclair-plus-aosp
* commit '1bfe73d0b1d338f3c16a8177eb8de509e44a5c01':
Filter devices by UUID and then class.
The settings app has been updated to use UUIDs.
When there is a filter type set for device picket UI, use the
UUIDs first and then the class bits.
Change-Id: Ifde5dbc3a1cf25babce4c686002315aa3933de59
Merge commit '9045631186a4f7fcf49a3f4700276ad8fbcab90c' into eclair-plus-aosp
* commit '9045631186a4f7fcf49a3f4700276ad8fbcab90c':
b/2126036 Improve remote device capability identification by switching to use UUIDs instead of class bits.