summaryrefslogtreecommitdiffstats
path: root/res/values/bools.xml
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Fully deprecate Power Control widget."Ethan Chen2015-11-161-3/+3
| | | | | | This reverts commit d12748d6351aa2c043c75c1be29bff1c31681278. Change-Id: I379a920129d1c87a9d1390d27a21189dc5a7b790
* Merge tag 'android-6.0.0_r26' into HEADRicardo Cerqueira2015-11-051-0/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Android 6.0.0 release 26 Conflicts: res/values-fr/strings.xml res/values-it/strings.xml res/values-ja/strings.xml res/values-nl/strings.xml res/values-pl/strings.xml res/values-ro/strings.xml res/values-ru/strings.xml res/values-zh-rCN/strings.xml res/values/bools.xml res/values/strings.xml res/xml/development_prefs.xml src/com/android/settings/DevelopmentSettings.java src/com/android/settings/DeviceInfoSettings.java src/com/android/settings/DisplaySettings.java Change-Id: I9fd9e793cf6097d950f8a1e30771c8bdf5067906
| * Merge "Allow manual to be read from disk" into mnc-dr-devZach Kuznia2015-10-011-0/+2
| |\
| | * Allow manual to be read from diskZachary Kuznia2015-08-171-0/+2
| | | | | | | | | | | | | | | | | | b/22891924 Change-Id: I6014690735403b772f273addba01706441898e23
| * | To hide none security option, use config_hide_none_security_option configSungmin Choi2015-09-021-0/+3
| |/ | | | | | | | | | | | | | | | | | | | | Use mcc config overlay mechanism to hide none security option in countries where it is mandatory. To hide none security option, set config_hide_none_security_option config true as mcc config overlay. Bug: 22209425 Bug: 22975388 Change-Id: I774c53e17d3b50393816622134e58f8e06b76fab
* | Telephony(MSIM): Add Manual provisioning supportChaitanya Saggurthi2015-10-061-0/+5
|/ | | | | | | Add toggle switch UI option in SimSettings screen to enable/disable SIM cards Change-Id: Id07271aedb12eabc0b106ac278ba2e12c71cfe03
* Fully deprecate Power Control widget.Dan Sandler2014-08-071-3/+3
| | | | | | | | | Its behavior is obviated by quick settings and battery saver, and so should not be shipped on any new builds by default. Bug: 8415180 Change-Id: Ic941a1e536c0b37c6be62fed876bfa23e34dc84b
* Remove Manage Mobile Plan when config_show_mobile_plan is set to falseSungmin Choi2013-10-231-0/+3
| | | | | | | | config_show_mobile_plan is set to true by default. When you don't want to show "Manage mobile plan" set config_show_mobile_plan to false in overlay. Bug: 10819853 Change-Id: Ic3c69fb4246cc0de38518ef6c9950cee7fa4d987
* Migrate UI to supportsMultipleUsers().Jeff Sharkey2012-09-191-3/+0
| | | | | Bug: 7194531 Change-Id: I601340362053cfd7394dea0fa69bd0523303070b
* Add optional regulatory info pageBrian Muramatsu2012-09-181-0/+3
| | | | | | | | | | | Bug 7081675 If R.bools.config_show_regulatory_info is true, then show a "Regulatory information" item on the "About phone" page. Show a DialogFragment displaying the regulatory_info drawable if the item is clicked. Add a 1x1 blank regulatory_info drawable for devices that won't show this. Change-Id: I5823d8969de038becf4911dce893dab5dbb23537
* User management screensAmith Yamasani2012-03-271-0/+3
| | | | | | | | | | | Customized Settings for restricted users - Only some top-level settings panels available User management - Primary user can add and remove users - User details screen to change name and list of enabled apps Change-Id: Ia6beb991b427197a4ec2724ca3c9222073f6cf7d
* Allows auto dismissing of bluetooth activation dialogsMike J. Chen2012-02-101-0/+4
| | | | | | | | | Create a new overlay boolean that allows products (like Android@Home ones that have no or minimal display) to not bring up the bluetooth activation confirmation dialog. Change-Id: Ib76a26d440ede34cc8a41ffc8b680ca2b20b38ca Signed-off-by: Mike J. Chen <mjchen@google.com>
* Wimax : 4G settings menu and 4G MAC address.tk.mun2011-11-071-0/+3
| | | | | | | | | | 1. Show the 4G menu. 2. Show the 4G MAC address 3. Execute 4G setting apk. Change-Id: I14adc4775d35afe3398ddba4fd91c739011a06fa Signed-off-by: tk.mun <tk.mun@samsung.com> bug:5486930
* Use a new config flag to decide if notification led pulsing can be turned ↵Amith Yamasani2011-09-121-3/+0
| | | | | | | on/off. Bug: 5242350 Change-Id: I6119abcfca01db4b937098a1a92233ba63f9cb29
* Enable the PowerControl widget that was disabled for honeycomb.Amith Yamasani2011-06-151-0/+3
| | | | | | Widget will be selectively disabled for certain devices. Change-Id: I0c8835e70e21e188d8e2131cb22980744abe8524
* Get rid of the silent mode pref on xlarge.Joe Onorato2011-01-121-0/+2
| | | | | Bug: 3344695 Change-Id: I55ccfd2b22ca4aa407646de54a8dd1dfe637c9bd
* Partially revert "Conditionally remove Dock settings shortcut and Power ↵Joe Onorato2011-01-101-2/+0
| | | | | | | | | | | | | control widget." This reverts commit 580c80f853747741ae74fbb6f670315077586208. So it turns out we won't have the ability to control the enabled flag from Configuration changes because the dependency is actually in the package manager. I'm reverting this change and going to do another one that just turns them off for all configurations, because honeycomb is just for tablets. Change-Id: I16b7b1e2d59a3a917448ce0361e3ce0fdd062a86
* Conditionally remove Dock settings shortcut and Power control widget.Amith Yamasani2011-01-091-0/+2
| | | | | | | Bug: 3258028 Bug: 3248740 Change-Id: Id37787cc9562cde13048e8dfba957599219d94b5
* Feature #2296147 Settings for Car/Desk Dock on certain devicesAmith Yamasani2009-12-021-0/+2
| | | | | | This inserts a launcher for the Dock settings dialog, if the device supports it and is currently docked. The menu item disappears if the phone is not docked in the car/desk dock.
* Setting in Sound & Display for trackball pulsing on notification. Bug #2238250Amith Yamasani2009-12-011-0/+21