summaryrefslogtreecommitdiffstats
path: root/tests/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add legacy VPN test framework and test casesXia Wang2014-04-011-0/+3
| | | | | | | | - VpnProfileParser can parse VPN profiles from an xml file - CertInstallerHelper installs keys and certificates to keystore - VpnTests includes all test cases Change-Id: Ib5ce33e770ee4f82bea153f9b5c5cf3802f95b0c
* am 59091c08: Fix Bluetooth device name max length checking.Jake Hamby2010-09-221-0/+5
|\ | | | | | | | | | | | | Merge commit '59091c08f4d0ad8f42013f58ce9bd23ac3306336' into gingerbread-plus-aosp * commit '59091c08f4d0ad8f42013f58ce9bd23ac3306336': Fix Bluetooth device name max length checking.
| * Fix Bluetooth device name max length checking.Jake Hamby2010-09-221-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Bluetooth device name has a maximum length of 248 bytes in UTF-8 encoding. The settings app previously limited the Bluetooth device name entered by the user based on the number of characters, which is incorrect when the name includes non-ASCII characters. Created a new Utf8ByteLengthFilter class for BluetoothNamePreference which counts UTF-8 bytes instead of Unicode characters, along with unit tests. We can move Utf8ByteLengthFilter into the framework in the future if it would be useful elsewhere in the system or for applications. Change-Id: I9debface09659f09d750f3bfe8ad6ddfd34c75c5
* | merge from open-source masterThe Android Open Source Project2010-06-111-0/+21
|\ \ | |/ |/| | | Change-Id: I7d167c97600bbf25e2ed8872cffecd9fa5b1db7c
| * Settings: Add a hook for operator or vendor specific settings.Anders Hammar12010-06-111-0/+21
| | | | | | | | | | | | | | | | The Settings application now provides a hook that can be used by an operator or a vendor specific application to add an activity of choice in the settings menu. Change-Id: Id55da9fd4262bbfc6a5abf863799c747b0d75b24
* | b/2310373 Show pairing dialogs if the device has been scanning for bt ↵Michael Chan2010-03-031-0/+1
|/ | | | | | devices recently. Change-Id: Iec9eb37a5e79b63cc3cf226e2ead6d9ed06d56a6
* b/2234854 Fixed Bluetooth API return codes for requesting permission to ↵Michael Chan2009-11-051-3/+13
| | | | | | enable bluetooth Also added test app.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+29
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-29/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+29