summaryrefslogtreecommitdiffstats
path: root/res/xml/development_prefs.xml
Commit message (Collapse)AuthorAgeFilesLines
* Remove tuner from development settingsJason Monk2015-07-161-5/+0
| | | | | | | It has a new home now. Bug: 22462605 Change-Id: Ibf07a63db14579d07b09d5150b7d04cf138f3b78
* Remove theme setting DO NOT MERGEJason Monk2015-06-161-7/+0
| | | | | | | Because it's just too incredibly useful... Bug: 21854466 Change-Id: I984cf709f484a220e9ba7738a8b9c166c28573b2
* developer settings: remove "Use deprecated AwesomePlayer" settingsLajos Molnar2015-06-101-5/+0
| | | | | Bug: 17108024 Change-Id: I602eba3214cacef7435ce6347e885c040d5c443c
* Make Theme a DropDownPreferenceJason Monk2015-06-011-2/+1
| | | | | | | | Also make DropDownPreference support xml lists defined the same way as ListPreferences. Bug: 21300431 Change-Id: I1698e8ddcd6134034c3367a6afe36f9740e9efec
* Banish Theme setting to developer optionsJason Monk2015-05-211-0/+8
| | | | | Bug: 21320576 Change-Id: I7e3fd7437409ac2dd061a36803e082eada5b30b1
* Developer settings screen for inactive appsAmith Yamasani2015-05-131-0/+4
| | | | | | | Show a list of apps and allow toggling their active state. Bug: 20066058 Change-Id: Id81e95c354a579773d39d3e7d7cfa1ff46df29e9
* Access mock location is no longer a runtime permission - settingsSvet Ganov2015-05-131-4/+2
| | | | | | | | | | | | | | | The access mock location is no longer a runtime permission. It is a signature protected one that apps cannot get but the fact they request it means they want to inject location into the system. Now the user gets to choose the current mock location app in developer options from the apps that request the mock location permission. The access to mock location is no longer guarded by the permisson but from a new app op which is off by default and the settiings UI sets it to enabled only for the currently selected mock location app. bug:21078873 Change-Id: I6555179ecf0cc37d9bb857e9dfb3b04c091ea612
* Fix tuner keyJason Monk2015-05-121-1/+1
| | | | Change-Id: I4bddf218dc34516134bd190ebf8c0f1c7b1a6544
* Add SystemUI Tuner ControlJason Monk2015-05-121-0/+5
| | | | Change-Id: I321c3263612c752409beb46f4c96826954b96e26
* Add settings for persisting the mobile data connection.Erik Kline2015-05-011-1/+6
| | | | Change-Id: I9b92104893e860e2beb63ac86d417419699c085b
* Move process stats screen into memory screen.Jason Monk2015-04-271-6/+0
| | | | | | | | | | | | | | | | | | | | - Move process stats from developer options to top level settings item. - Some minor UI changes to the top of the page - Major UI updates to detail page, now shows info with processes as pref categories and services as prefs, with a way to kill them (taken from Running Services page). - Some major refactorings in code, in attempt to make it more usable - Added color bar on per app basis to visualize the avg/max relationship - Updated the way avg is calculated across multiple entries in ProcStatsPackageEntry to be more accurate - Change the way max memory is calculated in ProcStatsPackageEntry to be less accurate but more useful Bug: 19443802 Change-Id: Ia6aaabe42c415c50997a09bfb814a6f6e5731772
* am 4a4f487e: am b6073c48: am 93ecb1f0: Merge "Settings: Fix wifi developer ↵Alan Viverette2015-04-241-4/+4
|\ | | | | | | | | | | | | options summaries" * commit '4a4f487e5bfd88644421fd139735543b4a5c7be9': Settings: Fix wifi developer options summaries
| * Settings: Fix wifi developer options summariesMichael Bestas2015-03-201-4/+4
| | | | | | | | Change-Id: I85688d59685d3a0b0a48e51581eee77ebc7cd2fa
* | Merge "Merge remote-tracking branch ↵Prerepa Viswanadham2015-03-251-6/+16
|\ \ | | | | | | | | | 'goog/mirror-m-wireless-internal-release' into master_merge Fix build in DevelopmentSettings.java"
| * \ Merge remote-tracking branch 'goog/mirror-m-wireless-internal-release' into ↵Prerepa Viswanadham2015-03-241-6/+16
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | master_merge Fix build in DevelopmentSettings.java Change-Id: I8d89fd46482fae8e708398f749e480b8a06f5f03
| | * | Add a developer settings checkbox to use the legacy DHCP client.Lorenzo Colitti2015-03-171-6/+16
| | |/ | | | | | | | | | Change-Id: I18471bdf137fbb128d7e4ae6b9b1a4675f5e7fbc
* | | Add running services screen to developer optionsJason Monk2015-03-251-0/+6
|/ / | | | | | | | | | | | | This used to live under manage apps, but does no longer. Bug: 19926589 Change-Id: I2554f14205286cc38fc87779873c37a5a1f80c4e
* | Added Developer Options settings for multi-window mode.Wale Ogunwale2015-03-031-0/+5
| | | | | | | | | | | | | | | | Enables/disables the development multi-windows UI under Recents UI. Setting is hidden on -user builds. Bug: 19494313 Change-Id: Id1ccec5d9552dfdc74cc8d0af26ba7e6c4456166
* | am 8b2c19b5: am 5f9ee5e4: am c3245a05: Reword NuPlayer developer settings to ↵Lajos Molnar2014-11-241-3/+3
|\ \ | |/ | | | | | | | | | | say AwesomePlayer * commit '8b2c19b5780bc2dedb51982b2a40c573e1c86157': Reword NuPlayer developer settings to say AwesomePlayer
| * Reword NuPlayer developer settings to say AwesomePlayerLajos Molnar2014-11-211-3/+3
| | | | | | | | | | Bug: 18489541 Change-Id: Iab3ad293fb6689949e57375371fa6ac649b4ff0c
* | Enable DRP only through command line.Selim Gurun2014-10-241-4/+0
| | | | | | | | | | | | | | Enable DRP only through command line so remove it from dev settings. This reverts commit 7818de107afc62eda1c53177aa46dfc69ba79576. Change-Id: I2a3c60d9200b79a876ab69c7c495416a41108c39
* | Revert "Remove WebView DRP Setting from Developer Settings"Selim Gurun2014-10-211-0/+4
| | | | | | | | | | | | | | | | | | This reverts commit 90886b8284698698c09f8d272308597989fba92c. Conflicts: src/com/android/settings/DevelopmentSettings.java Change-Id: Ib41061bfbd74294ad643173c0caaf5f66bba410e
* | am b84d366f: am 156d30db: am 40103896: Merge "Fix bug #15730311 Checkboxes ↵Fabrice Di Meglio2014-10-151-30/+30
|\ \ | |/ | | | | | | | | | | on R side should update to Quantum/Material on/off switch" into lmp-mr1-dev * commit 'b84d366f6bffc6676b6223c3757faef1c6e9f8fe': Fix bug #15730311 Checkboxes on R side should update to Quantum/Material on/off switch
| * Fix bug #15730311 Checkboxes on R side should update to Quantum/Material ↵Fabrice Di Meglio2014-10-141-30/+30
| | | | | | | | | | | | | | | | on/off switch Per UX request, use a Switch instead of a CheckBox for Developer Settings Change-Id: I6a9b3fef879299a8ac5b57ff9c794b58022b79d9
* | Add developer setting for changing the current USB configurationMike Lockwood2014-10-061-0/+7
|/ | | | | | | This can be useful for testing the audio source kernel driver, reverse tethering over RNDIS, etc. Change-Id: I7392f95545cf5ae8a36b4b7b0d37f003df7e70b2
* Remove WebView DRP Setting from Developer SettingsHui Shu2014-09-301-4/+0
| | | | | BUG: 17730990 Change-Id: I776844ee617916037b861ec7385365bb5873d4a0
* Added a developer option to save attribute data.Jon Miranda2014-08-181-0/+4
| | | | | | | After the checkbox for 'Enable view attribute inspection' is checked, newly constructed Views will save their attribute data. Change-Id: Ia6d150d0d9991a2341236a9d35055b811038c849
* Add setting to disable automatic USB audio routingGlenn Kasten2014-08-131-0/+5
| | | | | Bug: 16381952 Change-Id: I7335ed4c3ec8d5f9cb9a9bd2a9d2f9e0f3a63c43
* Enable OEM unlock checkbox in Developer SettingsAndres Morales2014-07-091-0/+5
| | | | | | | | | | | | | | | | | | | | For Volantis+ devices, we will give users the ability to enable OEM unlock through Developer Settings. To do so, we must write the value to the last byte of a special partition that does not get erased even after factory reset. This feature will only be available on devices with the persistent data partition, thus the checkbox is only visible for devices that meet this requirement. This depends on https://googleplex-android-review.git.corp.google.com/#/c/495350/ DD: go/factory-reset Bug: 14288780 Change-Id: I8f80b950bc101a1067912faf221391bf0dd826b7
* Remove VM switch from Developer OptionsFabrice Di Meglio2014-06-231-7/+0
| | | | | | | | - no more needed as Art is the one and only one VM See bug: #15778483 "Select Runtime" still exists in search results, but not in Settings Change-Id: I4ccca20165e254f7eec87c1e44aad8de0cab628d
* add setting to control wifi handovervandwalle2014-06-181-0/+10
| | | | Change-Id: I85a8c8d501238a8115713ca7b018cdac6d0af95a
* Settings: Remove low power mode from development settings.John Spurlock2014-06-161-5/+0
| | | | | | | The wiring was removed, this also removes the declarative pieces. The same function is now under Battery saver settings. Change-Id: I975afaa3beb771aa80bbef06da1bba9a51519576
* resolved conflicts for merge of c2c64a31 to masterMark Salyzyn2014-06-131-0/+7
|\ | | | | | | Change-Id: Ica0f138d4bf2cf66b8ba485bf286e062be433d0a
| * logd: Add Developer settings for sizeMark Salyzyn2014-06-131-0/+8
| | | | | | | | | | | | | | - Dependent on some logd/init/selinux security changes. Bug: 14563261 Change-Id: I11e3aa97a0ba40c3f55041d98c02d7e73629e984
* | when vervbose logging, keep track of a list of ScanResults per APvandwalle2014-05-221-0/+1
| | | | | | | | Change-Id: Ib8f797de360f11eb9914a6aa44d418e1d0571973
* | make verbose logging a wifimanager hidden APIvandwalle2014-05-211-0/+5
| | | | | | | | Change-Id: I092b7f507ad4dfdab16658929f02584a1fc22ba4
* | Add an experimental webview setting to dev options.Selim Gurun2014-05-051-5/+9
| | | | | | | | | | | | | | | | | | Bug:12492817 Add an experimental webview setting to developer options to enable data reduction proxy. Change-Id: I6e0931b39c8dd129622129589ae67352c8396cd2
* | Setting: Developer Option: Adds a low power mode checkboxRuchi Kandoi2014-04-221-0/+5
| | | | | | | | | | Change-Id: I489f74bd3822f64acb8becd6e5eda716d8bd722c Signed-off-by: Ruchi Kandoi<kandoiruchi@google.com>
* | Add temporary developer setting to use NuPlayer as default media playerLajos Molnar2014-03-281-0/+10
| | | | | | | | | | Bug: 11784824 Change-Id: Id42cc40d08ada06ec9e57e24473f7f833bc90dca
* | Resolved conflicts for merge of 67e72aa4 to masterTorne (Richard Coles)2013-10-151-5/+0
|\ \ | |/ | | | | Change-Id: Ib3904427c8f6bcc19895b39e4ce65eaa626e8396
| * Remove experimental WebView setting.Torne (Richard Coles)2013-10-141-5/+0
| | | | | | | | | | | | | | | | The experimental WebView is no longer experimental; remove the setting from the settings app. Bug: 10427705 Change-Id: Iaad17b132f21cad3d32ee5800a9274863962cc87
* | Add accessibility display adjustments to SettingsAlan Viverette2013-10-021-0/+8
|/ | | | | | | | This will be redesigned soon, but for now it allows access to quick setting tiles for testing display adjustments. BUG: 9057596 Change-Id: I4b760487b2fe0a336b188930306000e5dfc01951
* Remove sdcard developer option, avoid data crash.Jeff Sharkey2013-09-091-5/+0
| | | | | | | | | Remove READ_EXTERNAL_STORAGE enforcement UI, since the permission is now always enforced. Check to see if bandwidth module is enabled when launching data usage, and finish gracefully if disabled. Bug: 10116515, 10392597 Change-Id: Id0295c405b780a53867934b3bcd0a5f56db7d87a
* wifi-display: add certification optionsChong Zhang2013-08-221-0/+4
| | | | | | | | | | - Checkbox to show certification menu in "Developer options" - Certification menu to Wireless Display Settings, providing misc control options required to certify Bug: 9371882 Change-Id: Icf74d1122a9dc813b2cf95b6606a8a600a6b9cd1
* Initial rough stab at a proc stats UI.Dianne Hackborn2013-08-081-0/+6
| | | | | | You see procs, and you see some stats. Change-Id: I91c86d198fd5e64a41c72901e150466b3c602caf
* Developer option to force RTL layout directionAmith Yamasani2013-08-081-0/+5
| | | | | | | | Sets a global setting and system property and forces a config change when developer selects to force RTL screen layout direction. Bug: 10244047 Change-Id: Id91e52be5e492515ff1eef3cbccfb08e944bfc92
* Add debug menu to enable btsnoopZhihai Xu2013-07-261-0/+5
| | | | | bug: 8059358 Change-Id: Ib695aa5c9fff96d1676f718a2e3fb0bbf91eca04
* Add developer option for switching between Dalvik and ARTBrian Carlstrom2013-07-101-0/+7
| | | | Change-Id: Ia5a8649e52b607b31429fca258a8fdf62217426c
* Add new GPU overdraw settingRomain Guy2013-05-031-4/+6
| | | | Change-Id: I45404b37df382e51eea42de92535f49f870c98b2
* am 3c6c45f9: am a95604de: Merge "Adding developer toggle for using Chromium ↵Kristian Monsen2013-04-051-0/+5
|\ | | | | | | | | | | | | WebView." into jb-mr2-dev * commit '3c6c45f931307af098e790e86b114c804655f42b': Adding developer toggle for using Chromium WebView.