summaryrefslogtreecommitdiffstats
path: root/packages/SettingsProvider/res/values/defaults.xml
Commit message (Collapse)AuthorAgeFilesLines
* Make it possible to set electron beam animation value via overlayreplicant-4.0Paul Kocialkowski2013-07-131-0/+2
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Disable data usage by defaultPaul Kocialkowski2012-09-301-0/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Make the volume overlay more functional 1/2StevenHarperUK2012-04-111-0/+3
| | | | | | | | | | | | | | | | | | | | | | This Patch is to add new Volume Overlay Styles * Make the Icon on left touchable to go to Sound Menu * Always show the Phone Ring volume in expanded (for devices that have phone) * Always show the Alarm volume in expanded mode * Put an Option in Sound menu to choose a Style (see 2/2 patch) - Single : as default - Expandable : Enable the more link to expand all choosen volumes - Expanded : Show all volumes - Off : show no overlay * Fix a BUG that when you linked the volumes you got 2 phone icons * Fix a BUG when linked all volumes did not move when using hard buttons * Fix a BUG when you drag when linked, other expanded did not move * Added a default mode so non-telephone devices get Expandable by default Note : When you are using BT in phone call or the phone normally there is an extra expanded volume Change-Id: Ie716e55ba6d4e89a1a67c59b9934d4e088833c5b
* Added support for a fourth audio device - dockStevenHarperUK2012-04-101-0/+1
| | | | | | Adding persistant setting to choose to use usb audio Change-Id: I3860c04c8f14e8e98d79d82a354a92b78565c3d1
* Adding a system preference whether to speak passwords in accessibility mode.Svetoslav Ganov2011-12-051-0/+3
| | | | | | | | | | | | By default we do not speak passwords if the user has no headset. However, many users find this too restrictive and would like a way to enable password announcement. While we cannot speak the passwords all the time ,to avoid leaking them, we expose a preference so each user can choose the option that best works for him/her. bug:5712607 Change-Id: I6eb0c40834abe5297f7dc74be02d180a5bef0174
* Revert "Add new secure setting for controlling Messaging notifications"Tom Taylor2011-11-101-4/+0
| | | | | | | | | | | | | | | | | | | | | This reverts commit 03da2f00aac04e6565a02cf5a9bf6bb1ec926930. Committer: Tom Taylor <tomtaylor@google.com> On branch revertsetting Changes to be committed: (use "git reset HEAD <file>..." to unstage) modified: api/current.txt modified: core/java/android/provider/Settings.java modified: core/java/android/provider/Telephony.java modified: packages/SettingsProvider/res/values/defaults.xml modified: packages/SettingsProvider/src/com/android/providers/settings/DatabaseHelper.java We've decided not to disable messaging notifications with a secure setting. Instead, all the work will be done within the messaging app itself. Change-Id: Icde6894e76da1007b6026c8ec7dc56e488453c06
* Merge "Wimax : wimax framework related open source." into ics-mr1Robert Greenwalt2011-11-081-1/+1
|\
| * Wimax : wimax framework related open source.tk.mun2011-11-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Integrate wimax network related changes into Android Framework. - In Connectivity service, start wimax service. - 4G icon display in StatusBarPolicy. - DHCP renew add. - Add radio for wiamx Change-Id: I2d9012247edfdf49d71ca7e1414afd0006f330ca Signed-off-by: tk.mun <tk.mun@samsung.com> bug:5237167
* | Add new secure setting for controlling Messaging notificationsTom Taylor2011-11-071-0/+4
|/ | | | | | | | | | | | | Bug 5552615 We're adding a new intent to allow 3rd party apps to disable the Messaging app's notification. We want any app to be able to query the setting of whether sms notifications are on or off, but only allow system apps, particularly the Messaging app, to change that setting. Other apps can change the setting by firing off an intent which brings up a dialog activity in the Messaging app that'll let them turn off Messaging notifications. Change-Id: I4d2721191b86010efb383a24c28d911496440657
* Add NFC to airplane modeNick Pelly2011-08-091-2/+2
| | | | | | NFC now observes airplanes mode, and is by default toggleable in airplane mode. Change-Id: I5f19d35422c9eb1cffb0b5e0631b3f3c5eeaedcf
* Volume panel changes.Amith Yamasani2011-08-011-1/+5
| | | | | | | | | | | | Combined volume panel only in tablets. On phones show active volume. Added dummy assets for ring+notification icon. Deprecated the NOTIFICATION_USES_RING_VOLUME. Now they are always tied together. Audio manager changes still required to ensure that. Initialize all feedback sounds to true. Change-Id: I3ad7890c9be9334eedb5f3b709a4b6995fe24638
* Updating the data base upgrade/creation code for the new touch exploraion ↵Svetoslav Ganov2011-07-281-0/+3
| | | | | | | | | | | setting. 1. Update the database creation/upgrade code to take care of the new setting to enable touch exploration. 2. Made the tocuh exploration settings persistent to the cloud. Change-Id: Ie24e9184b4a21869432d11d207cb6464fadbac3b
* Settings: Remove unused USE_PTP_INTERFACE settingMike Lockwood2011-06-131-2/+0
| | | | | Change-Id: I743b81379053caece38c19c59bc76d6cda763d45 Signed-off-by: Mike Lockwood <lockwood@android.com>
* Add a preference panel for mouse speed.Jeff Brown2011-06-021-0/+3
| | | | | Bug: 4124987 Change-Id: I3ce175d268a1d043cf5878481261b1049a15a149
* Add system wide management of core settingsSvetoslav Ganov2011-03-021-0/+4
| | | | | | | | | | | | | bug:3505060 Since we want to have some settings that are used very frequently by many applications (long-press timeout is one example) these should be managed efficiently to reduce lookups from different processes because in the case of a cache miss a disk I/O is performed. Now the system manages such core settings and propagates them to the application processes. Change-Id: Ie793211baf8770f2181ac8ba9d7c2609dfaa32a7
* Enable retrieving default download manager settingsPaul Westbrook2011-02-011-0/+5
| | | | | | | | | | | Enable retrieving the default download manager settings from a resource, when the SettingsProvider database is created The default setting for these values is -1, which will cause DownloadManger to not enforce a limit. Bug: 3341145 Change-Id: I25294d0f75fb0bdf20d4bef54457056c25c31add
* Set the default state of NOTIFICATIONS_USE_RING_VOLUME.Amith Yamasani2011-01-201-0/+3
| | | | | | | | | | | | Bug: 3365600 This doesn't affect upgrades, only new installs. Don't backup/restore NOTIFICATIONS_USE_RING_VOLUME anymore as it doesn't work well across device types and can wedge the device into a state where you can never hear notification sounds. Change-Id: I703e1db539eb4ac45b273f46ada0b4bbf3b981bb
* Updating the WebView accessibility key bindings after discussion with the ↵Svetoslav Ganov2011-01-131-18/+26
| | | | | | access-eng team Change-Id: I39a303864b94a8a11b6cded9b8bb23041ad91502
* WebView accessibility key bindings do not allow mapping of all meta keys. ↵Svetoslav Ganov2011-01-111-4/+4
| | | | | | | | | | | | | | | Exception when turning off acessibility and having a WebView showing content. bug:3341772 1. Now a key in the binding is represented as a long with 32 MSB for modifiers and 32 LSB for keyCode. bug: 3340732 1. Added check in the WebView key handling code to diable the accessibility injector/injected script in case accessibility is been disabled after loading the content. Change-Id: Ic3746dff16ec77ba682a5b139cec0e6afd8fc839
* bug:3325039 Making the cursor ring movement send accessibility events.Svetoslav Ganov2011-01-071-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | 1. Added a mechanism to select the cursor ring content if accessibility is enabled - This is achieved by sending an event to the WebCore thread (if accessibility is enabled) to select the content of the cursor when the latter moves. Added code in WebViewCore to select the given node and notify the UI thread for the selection markup which is delivered of the accessibility injector which manages sending accessibility events. This is relevant for adding accessibility to WebView if JavaScript is not enabled. (If JS is enabled we inject a screenreader written in JS). 2. Fixed the event delegation to the accessibility injector since it should be able to consume key events of interest and perform some action which leads to sending appropriate accessibility event. In the previous implementation it was possible that the injector consumes the event but the latter was bubbled up. 3. Added function to scroll the selection into view while moving it around based on user commands. Note: This is a part of two project commmit. Change-Id: Ibb81d0468726efbe3bf6e3add1b19c69e3206638
* Rotation lock.Daniel Sandler2010-11-041-0/+2
| | | | | | | | | | | | | | | | | | IWindowManager now supports two new methods, freezeRotation() and thawRotation(), that allow a caller to temporarily stash the device's current rotation as the default rotation (when no other constraints are present). The system bar uses this to implement a user-accessible rotation lock by calling freezeRotation() and then turning off accelerometer-based display rotation; unless overridden by an app, the display will continue to appear in the frozen rotation until the rotation is unlocked by the user (either via the rotation lock icon in the system bar or by checking "rotate screen automatically" in Settings). Bug: 2949639 Change-Id: Icd21c169d1053719590e72401f229424b254622f
* 3012761 Please fix problems with your stringsSvetoslav Ganov2010-09-301-1/+1
| | | | Change-Id: I429632381e862b2ad1e9e22402ef17863458d88f
* Add an AUTO_TIME_ZONE setting so that we can switch timezones while keeping ↵Amith Yamasani2010-09-221-13/+14
| | | | | | correct time. Have the NITZ provider honor the new setting before updating the time zone.
* Accessibility support for WebViewsSvetoslav Ganov2010-09-131-0/+28
| | | | Change-Id: Ibb139192bae4d60fd53a7872b19c06312bb41558
* am 04bc8070: am 6659284d: Allow Bluetooth radio to be toggled in Airplane mode.Jake Hamby2010-08-311-1/+1
|\ | | | | | | | | | | | | Merge commit '04bc807057d1c336a5d1340595b790eee4c5b372' * commit '04bc807057d1c336a5d1340595b790eee4c5b372': Allow Bluetooth radio to be toggled in Airplane mode.
| * Allow Bluetooth radio to be toggled in Airplane mode.Jake Hamby2010-08-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "bluetooth" to the list of toggleable radios. Because this string is in the Settings DB, I had to bump the version number. Why is this in the settings DB anyway, rather than a carrier config option? I also discovered that the SystemUI package copied the entire contents of res/values/defaults.xml from SettingsProvider, when I originally tried to update the unreferenced SystemUI version of the setting. To prevent future confusion, I removed all of the values from the SystemUI version of res/values/defaults.xml. Change-Id: Ib8a75c85b9db5c1963b65538ee2765d5087e67d2
* | Add settings option for running MTP server in PTP mode.Mike Lockwood2010-08-311-0/+2
|/ | | | | | | | This can be used as a compatibility workaround for host operating systems without MTP support. Change-Id: If4f1856206056ca8e40c3ffbfa382f185c413598 Signed-off-by: Mike Lockwood <lockwood@android.com>
* Make the default backup configuration "disabled; local transport selected"Christopher Tate2010-08-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | By default out of the box, an Android build will have the backup mechanism in its "disabled" state and pointed to the LocalTransport test transport. We do not want retail devices built without the Google backend to have backup enabled out of the box; it would cause them to gradually grind away the cache partition for no good reason. On those devices with this change, developers would need to enable backup manually (possibly using the normal Settings UI; more probably using the 'bmgr' shell tool), but would no longer also have to manually configure the active transport name. Device vendors producing Google-enabled products will simply use resource overlays to configure the default state and transport name for their builds. When building a product that points to the Google backup transport by default, the "def_backup_enabled" boolean resource should still be set to 'false' -- the Google backup disclosure activity supplied by GSF will take care of enabling the backup services if the user opts in to it. (Basically, vendors will never have to overlay the def_backup_enabled resource -- the default value of 'false' is correct for any retail device regardless of whether it can use the Google backup transport.) In the SDK build, the default transport will remain the local one, but the default enable state overridden and set to "true". This is the ideal situation for developers: all aspects of the backup mechanism immediately operative with no manual configuration needed. Change-Id: I866f8f627b023b338bc7757e61604e6d8a901a34
* Fix 2579461Suchi Amalapurapu2010-04-071-4/+0
| | | | | | | | Move install location values to secure settings. Diable attribute for UI. Set default value to auto. Add command line interface to set install location via pm. Change-Id: I80e97b3d24845adad7102f40dcbe238f00efa406
* Dont include code size for apps on sdcard.Suchi Amalapurapu2010-03-101-1/+3
| | | | | | | | | Use constants defined in PackageHelper for user preferences to install auto, internal, external. Set default install location to external. Update settings db version number Change-Id: Ib5110c9377990e20a48cee923e55898dfddfd1e6
* Add VIBRATE_IN_SILENT to the settings database & backup.Daniel Sandler2010-03-101-0/+3
| | | | Change-Id: Id31e24ef0536278ccb66b22bba7ed2b47eb1a371
* Correct path to LowBattery.ogg.Daniel Sandler2010-03-081-1/+1
| | | | | Bug: 2320026 Change-Id: Idede20701c5a3d0e60bd327a869b1adf1577db21
* Filenames of sound effects are not translatable.Eric Fischer2010-02-241-7/+7
|
* Turn off lock screen sounds by default.Daniel Sandler2010-02-231-4/+4
| | | | | | | | | | This change also fixes a typo that was suppressing the dock sounds. But: so as not to surprise anyone, this change defaults dock sounds off as well. Will need to add UI somewhere to turn them on (Spare Parts?). Bug: 2465483 Change-Id: Ic2cccb416d5616a84363debb740bf5897f0831c4
* New user interface sound effects:Daniel Sandler2010-02-121-0/+12
| | | | | | | | | | | | | | | | - Low battery. (http://b/2320026) - Dock/undock events. - Keyguard lock/unlock events. New system settings have been created to turn these on/off and to specify the relevant sound files. [Production notes: The provided low battery sound and dock sounds were synthesized; the lock screen sounds are processed samples of a ballpoint pen click mechanism.] Bug: 2320026 Change-Id: I374285b0f94f59c7555bb8816580f5a8c802e90d
* Add new manifest option for install locationSuchi Amalapurapu2010-02-101-0/+1
| | | | | | | | | | | | Change recommendAppInstallLocation api add code to parse new attribute. Define flags in PackageInfo Add new settings attributes for enabling setting and value for install location Some tests The policy for install location: if explicitly set in manifest as internal only we try to install the app only on internal storage. if set to preferExternal, we try to install it on sdcard if possible. If not we fall back to internal. If the user enables setting SET_INSTALL_LOCATION(which will always be set to false in final release builds) and sets a prefered location, we try to honour it.
* Settings: Add settings for MountService prefs and bump DB version to 46San Mehat2010-01-081-0/+6
| | | | | | | | | | | | Adds 4 new Settings: Secure.MOUNT_PLAY_NOTIFICATION_SND - Play notification sound on events Secure.MOUNT_UMS_AUTOSTART - Auto-start UMS when host detected Secure.MOUNT_UMS_PROMPT - Show notification when host detected Secure.MOUNT_UMS_NOTIFY_ENABLED - Show notification while UMS enabled These settings are also added to the Settings backup list Signed-off-by: San Mehat <san@google.com>
* Add new setting for notification light pulsing. Bug #2238250Amith Yamasani2009-12-011-0/+3
| | | | New System setting and code to set the defaults on upgrade.
* Turn on haptic feedback by default.Dianne Hackborn2009-09-261-0/+1
| | | | Change-Id: I85efeca1a0aca91992e28236077c668e0d14cbbb
* Turn animations on by default.Dianne Hackborn2009-09-211-1/+1
| | | | | | | | | | | | | | | Add API to skip the animation for a particular start activity, so that a latter better one can be used. Fix Theme.NoDisplay to actually work. Fiddle with various animations: don't do a different animation for task switching, try a scale animation for switching in/out of the wallpaper. Adjust the animation duration so that at normal speed we have something more like the slower animation option (so slow is now the default). Change-Id: Ieba9f3db0bd9a762a19b327a3ecccbc7b547893d
* Add automatic lighting control frameworkDan Murphy2009-09-151-0/+1
| | | | | | | | | | | | | | | | | | Add changes to have the ability to turn on and off the automatic light sensing for the device. This is fully configurable and is by default not present. Vendors should override the ALS setting to enable the automatic lighting controls. These changes will add a check box to the Brightness settings menu to give control to the user to allow the device's display lighting to be controlled via the slide bar or the auto lighting system. If the user selects auto then the slide bar will become invisible. Manual mode will present the slide bar to the user. Change-Id: I146a6d75b99b08c9b839218ce6b85adf21f9fd73 Signed-off-by: Dan Murphy <D.Murphy@motorola.com> Signed-off-by: Mike Lockwood <lockwood@android.com>
* Wifi: Add support for enabling Wifi while in airplane mode.Mike Lockwood2009-07-291-0/+1
| | | | | | | | | | If the new system settings value for AIRPLANE_MODE_TOGGLEABLE_RADIOS contains RADIO_WIFI, then the user will be allowed to enable Wifi while in airplane mode. Turning on airplane mode will still disable Wifi, but the user will be free to reenable it in the Settings app. Signed-off-by: Mike Lockwood <lockwood@android.com>
* resolved conflicts for merge of cdb9e971 to masterEric Fischer2009-07-281-3/+3
|\
| * Mark the the airplane mode internal strings as not translatable.Eric Fischer2009-07-281-3/+3
| | | | | | | | Bug 2017552
* | resolved conflicts for merge of cf098294 to masterThe Android Open Source Project2009-07-031-0/+3
|\ \ | |/
| * Move backup state to settings, change permission checks to use symbol.Dianne Hackborn2009-07-011-0/+3
| | | | | | | | | | | | | | | | | | | | This changes the backup service to use the settings provider instead of system properties, correspondingly making it off by default and allowing specific devices to define the transport. Also tweaks the permission checks to use the permission symbol instead of raw strings. This requires some corresponding changes in the vendor projects.
* | Settings: Add preference to enable/disable assisted GPS.Mike Lockwood2009-06-251-0/+1
|/ | | | Signed-off-by: Mike Lockwood <lockwood@android.com>
* Settings: Disable network location service by default, enable GPS instead.Mike Lockwood2009-05-191-2/+5
| | | | | | | | Network Location Provider requires user opt-in, so it should be disabled by default and only enabled if the user agrees to the terms of service and privacy policy. Use GPS as default location provider instead. Signed-off-by: Mike Lockwood <lockwood@android.com>
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-131-1/+1
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+41
|