History log of /packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
90886b8284698698c09f8d272308597989fba92c 01-Oct-2014 Hui Shu <hush@google.com> Remove WebView DRP Setting from Developer Settings

BUG: 17730990
Change-Id: I776844ee617916037b861ec7385365bb5873d4a0
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
894af268def8a817306ea83f21cb25b6f0edf2e3 17-Sep-2014 Mark Salyzyn <salyzyn@google.com> logd: settings: ro.config.low_ram support

- limit settings to 64K, 256K and 1M if ro.config.low_ram true
- Correctly handle ro.logd.size

Bug: 17526187
Change-Id: I2380b649516b29c2a98f54de18e5a4780b3421ce
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
d578fc00b57c5d8d7122bb25d122e24779669fdb 29-Aug-2014 Selim Gurun <sgurun@google.com> Merge "Use GoogleSetting to override DRP setting if available" into lmp-dev
b56bab1fd4ada2b930009e43e2b03ace59c66f58 23-Aug-2014 Selim Gurun <sgurun@google.com> Use GoogleSetting to override DRP setting if available

Bug: 12492817

The developer setting will be deprecated and eventually will be
removed after the setting is moved to its new location.
This is the prep work for it.

Change-Id: If0b019b33a544b7d2e659161685fa33ca052f612
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
0b65294a7a94dd9a871bcae3a28d512df16a7b4c 12-Aug-2014 Jon Miranda <jonmiranda@google.com> Added a developer option to save attribute data.

After the checkbox for 'Enable view attribute inspection' is checked,
newly constructed Views will save their attribute data.

Change-Id: Ia6d150d0d9991a2341236a9d35055b811038c849
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
ce8d39103f51eb418cad61ee3e0a80445307e46a 15-Aug-2014 Selim Gurun <sgurun@google.com> Remove logic to read the key from GServices

Bug: 12492817

The key is now stored in webview apk so remove the logic
to read from GServices.

Change-Id: I9f9b57d59885d93023be307a80d5a7db143ffbfe
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
ca54234efc0fe8fe2d36a1fb465a153ed0ca0cf8 22-Jul-2014 Glenn Kasten <gkasten@google.com> Add setting to disable automatic USB audio routing

Bug: 16381952
Change-Id: I7335ed4c3ec8d5f9cb9a9bd2a9d2f9e0f3a63c43
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
dc3bc0ba6be006c89b9674cdcc23b3972b7b1052 28-Jul-2014 Lajos Molnar <lajos@google.com> Make nuplayer the default media player.

Update nuplayer settings to use awesomeplayer key.

Bug: 11784824
Change-Id: I25ec4b4bd289e3f00c3d299b1a3a5275d1ba73fe
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
2ec78636f75964a48be5e95fe9b7e71f2270f917 26-Jul-2014 Fabrice Di Meglio <fdimeglio@google.com> Implement #15841213 Search - index Developer Option only and only if they have been activated

- do not index Developer Options if they are not activated
- index them just after their activation

Change-Id: I54fcc6b55a1f29eb6b19d6e14e3158d4a38a6fe6
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
65e00e5ac8114451aace4ca55bf4f739e75e686c 22-Jul-2014 Alan Viverette <alanv@google.com> Reset color space when development options are disabled

BUG: 16306222
Change-Id: I4939a4fba8b0358333f6ff25ff8c405c5679579d
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
7568392c00137bc0bd116763124d41e6d762b79c 10-Jul-2014 Andres Morales <anmorales@google.com> Don't try to set OEM checkbox if not available

Bug: 16199128
Change-Id: I09765de60d60a2351f915607e737db90fbd90c9e
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
ce249fe38ddf8da562a0e92c58a7bb216a23c0bb 08-Jul-2014 Andres Morales <anmorales@google.com> Enable OEM unlock checkbox in Developer Settings

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
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
fdf54815d29f1bddebd6e190290c825cec49c1b9 24-Jun-2014 Fabrice Di Meglio <fdimeglio@google.com> Remove VM switch from Developer Options

- 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
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
5e7b3ad09f28f0ef083b6f10cf17f26a39735deb 19-Jun-2014 vandwalle <vandwalle@google.com> add setting to control wifi handover

Change-Id: I85a8c8d501238a8115713ca7b018cdac6d0af95a
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
2c2a9951937039adb0e2a02e164c0bb04d199a1e 17-Jun-2014 Selim Gurun <sgurun@google.com> Merge "Gray out the selection while the key is not available."
41745a430d1a3bd2bda9b313a9b35c35182adabd 17-Jun-2014 Selim Gurun <sgurun@google.com> Gray out the selection while the key is not available.

Bug: 15607413

The old logic was simply making it not selectable. This will disable
it and gray it out providing better feedback.

Change-Id: Iaeaae43f28100ba1a1550db0a919172a249054e8
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
0f5946704467383655b91c9e4c967fdaeb475976 17-Jun-2014 Fabrice Di Meglio <fdimeglio@google.com> Merge "Fix bug #15687210 Settings crashing when turning ON<>OFF developer option."
6f5e790ac973fba355ecdc9f586561bbc8abf745 17-Jun-2014 Fabrice Di Meglio <fdimeglio@google.com> Fix bug #15687210 Settings crashing when turning ON<>OFF developer option.

- prevent NPE
- define default value (to 256K)
- add more logs for showing value which has been set or any exception

Change-Id: I8f067f14d81ee56631d1ad74b91b5ede26cae125
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
48afff27a297943ff90c13a4f3bd34557ec1e735 17-Jun-2014 Selim Gurun <sgurun@google.com> Do not enable bandwidth reduction settings if key is not available

Bug: 15607413

If bandwidth reduction settings are enabled when a key is not ready
yet, webview network connections stall due to a bug in M36 of chrome.
Do not let it enabled via settings app.

Change-Id: I7dc80c33f72ab59de68f919ef227d5227e6b923d
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
102fea22e022a0e3e910fc8b688de484183740ce 14-Jun-2014 Colin Cross <ccross@google.com> Revert "logd: Add Developer settings for size, merge conflict issue"

This reverts commit c6d03a828ed3546a229622bff14620a883a0c609.

Change-Id: Ic41bf8609a1e16a10bfdce021e0536370800b81e
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
c6d03a828ed3546a229622bff14620a883a0c609 06-May-2014 Mark Salyzyn <salyzyn@google.com> logd: Add Developer settings for size, merge conflict issue

- mLogdSize dropped by merge conflict resolution

Bug: 14563261
Change-Id: I11e3aa97a0ba40c3f55041d98c02d7e73629e985
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
6b5bcd213852a3fbff3ec427176862bc9b97e97f 13-Jun-2014 Mark Salyzyn <salyzyn@google.com> resolved conflicts for merge of c2c64a31 to master

Change-Id: Ica0f138d4bf2cf66b8ba485bf286e062be433d0a
408c89bfb5738322fbea5e4119f7052173ceefc6 12-May-2014 Mark Salyzyn <salyzyn@google.com> logd: Add Developer settings for size

- Dependent on some logd/init/selinux security changes.

Bug: 14563261
Change-Id: I11e3aa97a0ba40c3f55041d98c02d7e73629e984
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
204521626f63bef4a8ac2d76334b94dbb0f3aa3b 13-Jun-2014 Fabrice Di Meglio <fdimeglio@google.com> resolved conflicts for merge of f9360dbc to master

Change-Id: I2e468d83a7ce5200c59f63b4362e7bee10d0a2eb
138ff8c0457c6e1345015973668d652fa17c7c3b 12-Jun-2014 Fabrice Di Meglio <fdimeglio@google.com> Make the SwitchBar appear immediately

- change the way the SwitchBar is shown and hidden
- save its state
- remove the delay transition code

Change-Id: I07260430e6709b42517ca011f6d3c3446a626731
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
69323ad96addea360ccedc2522f28db1b85dca18 11-Jun-2014 John Spurlock <jspurlock@google.com> am e9ee5e2c: Merge "Settings: Battery saver settings sub-page." into lmp-preview-dev

* commit 'e9ee5e2cede8d7e8fd7791113903df7eff1ec75a':
Settings: Battery saver settings sub-page.
2c461006b8a286189b6097b04bdd80b9e6fedc4f 11-Jun-2014 Alan Viverette <alanv@google.com> am 6bfec2d6: Remove all dialog icons in Settings

* commit '6bfec2d6b197068dd355bd1742179fe3da07136f':
Remove all dialog icons in Settings
e9ee5e2cede8d7e8fd7791113903df7eff1ec75a 10-Jun-2014 John Spurlock <jspurlock@google.com> Merge "Settings: Battery saver settings sub-page." into lmp-preview-dev
c7f8e8ce69e80ea495472aade5f8569c6583c5e8 05-Jun-2014 John Spurlock <jspurlock@google.com> Settings: Battery saver settings sub-page.

New battery saver settings page, accessed via
the power usage settings overflow menu.

The settings page has a master switch to toggle
battery saver mode, feature disclosure text,
and a preference to configure the automatic
trigger level.

Remove developer checkbox now that this option
has a real home.

NO_SQ: multi project change
Bug:13329308
Change-Id: Iac54238f3406439711b44a3c17f220ac5e370a37
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
6bfec2d6b197068dd355bd1742179fe3da07136f 10-Jun-2014 Alan Viverette <alanv@google.com> Remove all dialog icons in Settings

BUG: 15474733
Change-Id: I43ab10a3bbcabdac6109abf80266f1c4b52bf6fb
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
c92af83b0c94eaf99f1c4d9675b39b4a73a958cc 09-Jun-2014 Julia Reynolds <juliacr@google.com> Merge "Settings user restriction changes: wireless & networks changes."
ee27b9de8f2ab17d50b90dd8c13546aebb4e9fc1 09-May-2014 Julia Reynolds <juliacr@google.com> Settings user restriction changes: wireless & networks changes.

Bug: 14081992
Change-Id: I32b0f06da7e7ff9bd8303ce26be2584e6cddbedc
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
9d7e2b19494421fd44de4675c5d0607295ff46ff 28-May-2014 Brian Carlstrom <bdc@google.com> Move to dalvik.vm.lib.2 to force default to libart

Bug: 14298175

(cherry picked from commit 3bc8aaad298c98eccff2060667b35fa1505f84e7)

Change-Id: I5c551d6d6f00af5a7b3638e3847950e441414e37
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
3bc8aaad298c98eccff2060667b35fa1505f84e7 28-May-2014 Brian Carlstrom <bdc@google.com> Move to dalvik.vm.lib.2 to force default to libart

Bug: 14298175
Change-Id: I5ebd13eebf42c998418ef79381d9c8b89aaf5c0c
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
1e52db8063a0be2254097b4d85527a91d141b505 28-May-2014 Fabrice Di Meglio <fdimeglio@google.com> Fix bug #15170508 When I initially load settings, all on/off toggles start in off position then move to on after pane loads

- refactor all the code that was using the Switch to control it thru the SwitchBar
- start the Switch as View.GONE and make it View.VISIBLE when it is set
as "enabled" or "checked" so that you dont see the Switch transition (it shows
only with it final state)

Change-Id: I382076bf3c819c530b5b2c06ca2429dfb2cdc6bf
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
c9a6698fd44492841bf83bead93b62ecba8a967e 22-May-2014 vandwalle <vandwalle@google.com> make verbose logging a wifimanager hidden API

Change-Id: I092b7f507ad4dfdab16658929f02584a1fc22ba4
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
08190bbb75ca9f5affb9d7b6474a87bc41256900 16-May-2014 Fabrice Di Meglio <fdimeglio@google.com> Fix bug #15016050 Stability: ISE in Settings: Cannot add twice the same OnSwitchChangeListener

- add/remove the OnSwitchChangeListener into onResume/onPause

Change-Id: Idb1ac3997a2dbc0ca387ed67bbbbcc1a431d8642
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
f02db01ba6c255cffee5a334cd1b0ee7e01f116c 15-May-2014 Fabrice Di Meglio <fdimeglio@google.com> Use SwitchBar for Development Settings

- follow up CL to 41937766981423c9252e12e3319b2e7532739627

Related to bug #14898161 On/Off switches must move down from Action Bar

Change-Id: I2db49f9d982e4d759f7eeb3623c95cbe53a5ff53
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
6c088cb221bb43d47be065387231ffa7192ff211 08-May-2014 Julia Reynolds <juliacr@google.com> Settings user restriction changes: debugging features.

Replacing restriction pin with a user restriction for developer options.
Bug: 14081992

Change-Id: I9a71c256fbd20428b4bd2ae12939c9a50d7b5f11
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
980eb545ca095e5470092e6bf35c2c92e3128d8c 06-May-2014 Selim Gurun <sgurun@google.com> Limit broadcast of data reduction proxy change intent

Bug: 12492817

Broadcast the intent to receivers that belong to current user.

Change-Id: I71bfc47bce485c6fe190c05212afdb136c3304db
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
029c13e1d9e342ab968914457a19157c0b390c06 06-May-2014 Selim Gurun <sgurun@google.com> Add an experimental webview setting to dev options.

Bug:12492817

Add an experimental webview setting to developer options to enable
data reduction proxy.

Change-Id: I6e0931b39c8dd129622129589ae67352c8396cd2
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
0b1f3fb2c9e7f15a1c28544c42e4a83e24a38515 18-Apr-2014 Ruchi Kandoi <kandoiruchi@google.com> Setting: Developer Option: Adds a low power mode checkbox

Change-Id: I489f74bd3822f64acb8becd6e5eda716d8bd722c
Signed-off-by: Ruchi Kandoi<kandoiruchi@google.com>
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
ede14355180b84c634cade7e3f02d67be64cbff4 19-Apr-2014 Fabrice Di Meglio <fdimeglio@google.com> Make all the Settings Switches appear again

- use the ActionBar Theme context when creating the Switch for
getting the correct Theming

Change-Id: Ic3701c53662b0f245c7149b119de8bb5cbaae232
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
6b2f7c44711bfa936741de47fb505f0464f8e05e 28-Mar-2014 Lajos Molnar <lajos@google.com> Add temporary developer setting to use NuPlayer as default media player

Bug: 11784824
Change-Id: Id42cc40d08ada06ec9e57e24473f7f833bc90dca
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
1b5edd535f2bd3d8209598e13c6e8f0424b30e26 05-Feb-2014 Fabrice Di Meglio <fdimeglio@google.com> Fix bug #12907897 Some Developer Options are not disabled when putting Developer Options to "OFF"

Was related to "Process Stats" and "Revoke USB debugging informations"

- add the corresponding prefs to the list that enable/disable them

Change-Id: I706c3f5463a23fdfcfd3aae4b48b3cc07f1d823d
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
57b670e390dd0174b8100b9d244b3254de83cf84 30-Jan-2014 Brian Carlstrom <bdc@google.com> packages/apps/Settings: Rename persist.sys.dalvik.vm.lib to allow new default

Bug: 12798969

(cherry picked from commit 7a60db234a367832381edd82235ec6ad5169d926)

Change-Id: I3f72b5ce6c17ffa73f15c237d6bfbda85cdd9239
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
7a60db234a367832381edd82235ec6ad5169d926 30-Jan-2014 Brian Carlstrom <bdc@google.com> packages/apps/Settings: Rename persist.sys.dalvik.vm.lib to allow new default

Bug: 12798969
Change-Id: I1937c2ff758214e1c9d369e475ae4efbba4f9dec
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
deb0a156bb20e8bdc2ceba433dfae5adb019f321 15-Oct-2013 Torne (Richard Coles) <torne@google.com> Resolved conflicts for merge of 67e72aa4 to master

Change-Id: Ib3904427c8f6bcc19895b39e4ce65eaa626e8396
0bf324c628937a95570d06a1aebda4f8cd9e081e 14-Oct-2013 Torne (Richard Coles) <torne@google.com> Remove experimental WebView setting.

The experimental WebView is no longer experimental; remove the setting
from the settings app.

Bug: 10427705
Change-Id: Iaad17b132f21cad3d32ee5800a9274863962cc87
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
fc0ab213b8637f4d9177ff5f08c4fdc155bbb941 03-Oct-2013 Alan Viverette <alanv@google.com> Add accessibility display adjustments to Settings

This will be redesigned soon, but for now it allows access to quick
setting tiles for testing display adjustments.

BUG: 9057596
Change-Id: I4b760487b2fe0a336b188930306000e5dfc01951
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
372b6f74b17fe1ef207bcda511dd71a93f792682 12-Sep-2013 Brian Carlstrom <bdc@google.com> Enable runtime selection for art for user builds

Bug: 10069754
Change-Id: I4b9780b52d3aac900e5d4da629e3e6b22c3cb323
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
4e9f04de0a6511086f47479addb53b84c3bb9763 16-Sep-2013 David Braun <dabraun@google.com> Implement new method for handling SMS/MMS on the platform

Multi project change:
The changes in this project update the settings app to support the new
default SMS app setting. I have also updated the order of the wireless
settings in the UX as per request from rachelg.

Bug: 10449618
Change-Id: Iba1ac6ea3f29c2a72af83b122ec5ea3a16a28e58
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
78ff1b8f107011544bb5512f74a5e947f4fe5cda 10-Sep-2013 Jeff Sharkey <jsharkey@android.com> Remove sdcard developer option, avoid data crash.

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
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
4453496448feaf9152aca7ebffd952ad05a97fdd 29-Aug-2013 Maggie Benthall <mbenthall@google.com> Fixes for pin-restricted settings.

- Reprompt for pin after screen has been locked and unlocked.
- For protected preferences, store the Preference and continue if pin entry is successful.
- Protect whole UserSettings and DevelopmentSettings pages.

Bug: 10543207
Change-Id: If1d4b31ca94a8cfc103625b74385bcd0bdd3d88b
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
5114444eca4e62f32cc85b9740dc0c66f87d5d99 24-Aug-2013 Chong Zhang <chz@google.com> Merge "wifi-display: add certification options" into klp-dev
6c607384c478958260952b82932b9084a4536fc6 06-Jun-2013 Chong Zhang <chz@google.com> wifi-display: add certification options

- 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
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
ba0ef659e15f622a88825926051af99f70832698 22-Aug-2013 Jonathan Dixon <joth@google.com> Add an Are you Sure to experiemental webview

Bug: 10427705

Not bothering to translate strings as this will be deleted soon

Change-Id: I26721e606649d267d1b6507bc1a16ce91a63276a
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
c6d658e37d7c0ab2d264fff4850ea20823669558 08-Aug-2013 Dianne Hackborn <hackbod@google.com> Initial rough stab at a proc stats UI.

You see procs, and you see some stats.

Change-Id: I91c86d198fd5e64a41c72901e150466b3c602caf
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
df1eda8ef7c9b8ede9e125777d6adc67e0585c9b 08-Aug-2013 Amith Yamasani <yamasani@google.com> Developer option to force RTL layout direction

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
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
6e1102d9faf1b8f038857709412c291ef6140aa9 07-Aug-2013 Geoffrey Borggaard <geoffreyb@google.com> Restriction pin changes.

Fixed bug in WirelessSettings where it was asking users for a PIN when
they weren't restricted. Did this by refactoring the preference level
pin checking into the superclass, where it checks for the restricted mode first.
Also pin protected changes to certificates for restricted users.

Change-Id: I8310fd39f0862159668318fc1360ec6859cc00d5
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
fe21d9aaa8a8c7f8a759805ba021b59dd821e4fe 03-Aug-2013 Geoffrey Borggaard <geoffreyb@google.com> Pin protect more screens.

When these screens are locked down with user restrictions,
it should prompt the user for the restrictions pin before allowing
access to the settings screen.

Change-Id: Iadbb087da2d9470b855ea0bea89f2da1ffb9e854
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
0125d032ef68358502a284738271bdc4aa2a9c83 29-Jul-2013 Jonathan Dixon <joth@google.com> Merge "Use WebViewFactory accessors to find experimental state"
84bbb548a6823649103ef91b73462848e8bf74d4 26-Jul-2013 Zhihai Xu <zhihaixu@google.com> Add debug menu to enable btsnoop

bug: 8059358
Change-Id: Ib695aa5c9fff96d1676f718a2e3fb0bbf91eca04
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
c79f26f1ec9a2d5ca4f5e2df780984bec09cf1a6 26-Jul-2013 Jonathan Dixon <joth@google.com> Use WebViewFactory accessors to find experimental state

This allows the knowledge of default on/off state to the contained in
the WebViewFactory class.

Change-Id: I5645b403d6232252ef36e45097c6a76e4b693dd4
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
f32ba13a760eeb2ee5f451b100b849a57fc11e9e 28-Jun-2013 Brian Carlstrom <bdc@google.com> Add developer option for switching between Dalvik and ART

Change-Id: Ia5a8649e52b607b31429fca258a8fdf62217426c
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
eb90fc56b285f9e9fabc1e104ad155ff213a6c48 04-May-2013 Romain Guy <romainguy@google.com> Add new GPU overdraw setting

Change-Id: I45404b37df382e51eea42de92535f49f870c98b2
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
7f34b399fcb53159bd5900c3b1a8816cda471556 14-Apr-2013 Amith Yamasani <yamasani@google.com> am 9217185d: am c39dcc1c: Don\'t show developer options to secondary users

* commit '9217185d74dad396ea87e4b82597c0fe2d949efe':
Don't show developer options to secondary users
c39dcc1ce4d1885ef1de926b67e88cf2dd1acaff 14-Apr-2013 Amith Yamasani <yamasani@google.com> Don't show developer options to secondary users

Show just a message that developer options are not available for the user.

Also fix silent exit of AddAccount operation by showing a toast that user
cannot add accounts.

Bug: 7409523
Bug: 8519646
Bug: 7304007

Change-Id: Id3f430d568d6b7151ac55f86dbc0ef91803fa10c
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
9f8c61ee1aa7ebdf7d4ebc3d4836ea454d13699d 09-Apr-2013 Ben Murdoch <benm@google.com> am 6fdc642e: am f452008f: Merge "Properly remove experimental WebView preference when unavailable." into jb-mr2-dev

* commit '6fdc642e8640927bee97f93812a58897afa252e9':
Properly remove experimental WebView preference when unavailable.
9225bc538d58f2fd780793cf8e971b5d2ebbfc77 09-Apr-2013 Jared Duke <jdduke@google.com> Properly remove experimental WebView preference when unavailable.

When the experimental WebView library is unavailable, properly remove it from
the appropriate preferences group.

Bug: 8572673
Change-Id: I34dd0720199c826ca12e0f991e2f6bd9c5ad35f3
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
704793f3740417e9247a5da8bec3a553218735cf 05-Apr-2013 Kristian Monsen <kristianm@google.com> am 3c6c45f9: am a95604de: Merge "Adding developer toggle for using Chromium WebView." into jb-mr2-dev

* commit '3c6c45f931307af098e790e86b114c804655f42b':
Adding developer toggle for using Chromium WebView.
8dc6d08f3b654805e717f8a05b3f589fd9fc136e 15-Mar-2013 Jared Duke <jdduke@google.com> Adding developer toggle for using Chromium WebView.

This is hidden by default, and only revealed in device configurations that contain the Chromium WebView implementation.

BUG=8383477

Change-Id: I8fbb0bb55776e384b9bfc4feb6a2d30eed114ece
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
078a367ffd45662bb55fa7fe23159f970f6df69d 06-Mar-2013 Jeff Sharkey <jsharkey@android.com> Guard against missing terminal app.

Bug: 8328852
Change-Id: Icbc8942729af5a525f55b8c90513ff724c6f90e0
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
d390b702b627b2f16d27f6ec54a89b8786761ed7 06-Mar-2013 Jeff Sharkey <jsharkey@android.com> Developer option to enable Terminal app.

Change-Id: I765b956381e4bdf0e315108c0e94e0b1c0d2cb86
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
6b24c458139091836486cce774a2e1255668e001 26-Feb-2013 Romain Guy <romainguy@google.com> Add non-rectangular clip debug setting

This change also reorganizes settings a little bit. A new section
called "Hardware accelerated rendering" now hosts all the 2D/GPU
related settings.

Change-Id: Ife2d466b94d69310c2056c3dcf5c13737319f989
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
0761ffca609244eac10dd9cba8dc126add060138 22-Dec-2012 Benoit Goby <benoit@android.com> Settings: Add setting to clear adb public keys

Change-Id: I1d5ab7a83a3b7b23f0cd51305d965f45793eb853
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
e533c3191deeacfdc62f24527b236535807edf89 18-Jan-2013 Chris Craik <ccraik@google.com> Merge "Remove now obsolete tracing options"
87c3ce76679215758e35cb60a72fd0eafaa102cf 17-Jan-2013 Chris Craik <ccraik@google.com> Remove now obsolete tracing options

Change-Id: I8bd79161e0cb88619e2713b18c5f94cc1a12cb87
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
b27223f139248f92637997378d7a38d7d24f6b02 16-Jan-2013 Fabrice Di Meglio <fdimeglio@google.com> Fix Switches padding for Settings app

- use setPaddingRelative() instead of setPadding()

Change-Id: Ifd14193a5f60d303035b394616dc65a70e1ef5f9
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
70618480d95b0c0b9a8a55d47f9233b2111b4c6f 07-Jan-2013 Romain Guy <romainguy@google.com> Change "track frame time property" to a list preference

The preference can now be used to disable GPU profiling, expose
profiling data to dumpsys gfxinfo or display that data on screen.

Change-Id: Ib77e9695445fae4a7419667716e92bcc196437df
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
48d000ee2e54773b50079497f9d1e2e2ab570676 30-Nov-2012 Amith Yamasani <yamasani@google.com> Disable USB debugging checkbox and backup password for secondary users

This prevents secondary users from turning on adb debugging, even if they
find a way to launch developer options. Similarly, don't let them add or
change the adb backup password.

Bug: 7637920
Change-Id: I297f0c515a276ede6a7f12d2add72faec4eeb384
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
2817c46c0459f67cfb886320fbc457786fdd5080 29-Oct-2012 Jeff Sharkey <jsharkey@android.com> Selectively enable bugreport in power menu.

The underlying bugreport init service depends on USB debugging being
turned on for user builds. This change makes the developer options
UI reflect this constraint.

Bug: 7427434
Change-Id: I8dc16cc53ec4a97a3b39ee631694456be3bde081
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
5a740ab1b9d5757d684f6a798932f0b4729cc9a7 19-Oct-2012 Jeff Sharkey <jsharkey@android.com> Merge "More migration to Global settings." into jb-mr1-dev
025cafcfa153fe0f8dab2bfe07c392ff5403d326 19-Oct-2012 Romain Guy <romainguy@google.com> Control OpenGL traces from Developer Options in Settings

This change adds a new entry to the developer options screen in
settings that lets you choose what OpenGL traces you want.

Change-Id: Ie789fa20dbbabee1e509b697106072464e9f9d2b
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
860eceba2c1e5aea13eafb0d60b64abe9f7c700d 19-Oct-2012 Jeff Sharkey <jsharkey@android.com> More migration to Global settings.

Bug: 7375796
Change-Id: I43079368c32e91e8bb75b00377cd57d1766f15d4
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
6a9a3e765a6a1e0a19ff7a866603f1a51155cc5d 16-Oct-2012 Romain Guy <romainguy@google.com> New developer setting: force 4x MSAA

Change-Id: I443b97ad8adc9f461aa140069f208f83f19f8c52
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
d6a24d505a237c26a280cfbeb5a3bedaca8a3f7d 11-Oct-2012 Dianne Hackborn <hackbod@google.com> Fix issue #7328934: change threshold of developer options countdown toast

Delay showing toasts until the third tap. Also harden the dev
settings code that pokes system property changes to not crash
if a system service throws an exception back.

Change-Id: I1351e2c950f2bcc4fc72afb60995fd7f84319e3d
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
caefa9b5f03b595b81729407e4123fee18a4342c 11-Oct-2012 Dianne Hackborn <hackbod@google.com> Fix issue #7318666: hide developer options from user build

Change-Id: I4c5a66bd5f4d3fc36d439228a7a276d694291606
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
f04211443e9cae815ad89f821b6ec83ec2790c0c 26-Sep-2012 rich cannings <richc@google.com> Developer setting to skip Package Verification

Add a developer setting to skip package verification when installing over
USB/ADB/ADT, but still perform package verification on all other installs.

This change also fixes visibility issues. Namely, now all "Verify apps"
related settings will disappear when
Settings.Global.PACKAGE_VERIFIER_SETTING_VISIBLE is 0.

Bug: 7183252
Change-Id: I04cfc4f521d1ecb73df56b172cf29cbd84f53dad
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
075cb30d4ce12805f43ae71cee27b8f0cdbc0149 26-Sep-2012 Jeff Brown <jeffbrown@google.com> Move OVERLAY_DISPLAY_DEVICES to Global.

Bug: 7127417
Change-Id: I9ed62e98754eba8a6107a5cac00f00f83904852d
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
70edd393bf6590647c12808e20efa928eba96705 22-Sep-2012 Romain Guy <romainguy@google.com> Merge "Add new developer setting to visualize overdraw" into jb-mr1-dev
098f493dba656dea272dc7015363321dbb32f3a8 22-Sep-2012 Romain Guy <romainguy@google.com> Add new developer setting to visualize overdraw

Change-Id: I16d6bb5a199233efebf5c3211dbe57dc9b6729c9
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
43af40be48aeb58cca7733a80bfb7a6424ec1f17 21-Sep-2012 Svetoslav Ganov <svetoslavganov@google.com> Remove accessibility category from developer options.

1. There is a temporary accessibility option in developer options with
one item for enabling automatic zoom out and panning. This is not a
developer option in general and should not be there.

bug:7207305

Change-Id: Ib146ccb3704dd94d635cc668b71c007fbd8d29b3
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
d4b711e60361a2a05ffa11a4199cceea54d3ea96 08-Sep-2012 Svetoslav Ganov <svetoslavganov@google.com> Merge "Settings for the screen magnification feature." into jb-mr1-dev
decf36e6a50d81ef0955235da99001e500e7cbe2 06-Aug-2012 Svetoslav Ganov <svetoslavganov@google.com> Settings for the screen magnification feature.

1. Screen magnification on the device has to he explicitly enabled
by the user before allowing a global gesture related interactions.
The feature toggle setting is in Settings->Accessibility and it
is a separate screen with instructions how to use the feature
and a toggle switch.

2. Added a setting in developer options for toggling the magnification
auto update feature. If this features is on the screen is zoomed
out or rotation or activity start. Also if the feature is enabled
the magnified viewport will scroll to show popped up windows.

bug:5587727

Change-Id: Ic45a21d3a3928e2f5aac034751801f090b261488
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
5a64c739bfbf644dabd11d5330f577e94d478326 07-Sep-2012 Christopher Tate <ctate@google.com> Update Settings app to manipulate now-global settings properly

Change-Id: I6c269051c7d2db87f70f44df74e06456588c3b6f
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
b2b54eec86bc5b5830e4480407cbd1fccfd21256 29-Aug-2012 Jeff Brown <jeffbrown@google.com> Add new setting to control overlay displays.

Change-Id: I9582bb149dca716699ef5977ef8f84bb3136e0c0
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
b1f962377ec58f4e6dae3a7795d9113ed7306667 14-Aug-2012 Jean-Baptiste Queru <jbq@google.com> am 291389ed: am 5dbc1f64: Merge "Fix use of holo drawables in a few more places"

* commit '291389ed5ce3c97c7f5ec145f00a6bc68862f8f4':
Fix use of holo drawables in a few more places
c8272b075275f81ddfb9cef2f92514b7ce3365de 14-Aug-2012 Björn Lundén <blunden2@gmail.com> Fix use of holo drawables in a few more places

Change-Id: Ie549ff14812da807729641fab1871fffe35f80b6
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
9e8e9a17836654f041f8c032e4f9c88341a63d4e 14-Aug-2012 Jean-Baptiste Queru <jbq@google.com> am 6fb425e2: am eefa61ed: Merge "Settings: Use ICS alert drawable"

* commit '6fb425e2805a1c27c048fc954d402f4612cbf74d':
Settings: Use ICS alert drawable
eefa61ed2e8583f659e868f3057f195d7cb2bb11 13-Aug-2012 Jean-Baptiste Queru <jbq@google.com> Merge "Settings: Use ICS alert drawable"
f621435eafcb46f69b35b8a6b8119ab87801e9ef 07-Aug-2012 Dianne Hackborn <hackbod@google.com> Merge "Add dev setting to enable global actions bug report button." into jb-mr1-dev
2d803a3931797891a30158c1a912ce775049f974 07-Aug-2012 Dianne Hackborn <hackbod@google.com> Add dev setting to enable global actions bug report button.

Change-Id: I3768f95e1c6fbec9c10186093e5e1d48b0ef6ae4
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
cdc2c5534f8815cf0fef3ece4b95c25a0423f461 06-Aug-2012 Romain Guy <romainguy@google.com> Add new dev settings to debug hardware layers

Change-Id: I2668552d70911a90e173efdf75bc44139ed394c8
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
79d8e80a304922c34a6bd344f1fa49dd7dfd106d 20-Jul-2012 Fabrice Di Meglio <fdimeglio@google.com> Make Settings app aware of layout direction

- see bug #5429822 UI should be mirrored for RTL locales (Arabic, Hebrew, farsi)

Change-Id: I696c0f66a16640af767da3c05b5d300fd2284ecb
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
f34a8d75177f52bffeceaf308b65860015b45d5e 16-Jun-2012 Dianne Hackborn <hackbod@google.com> Fix issue #6664140: Time to lock should work even Stay awake...

...in Developer options is on

Disable the stay awake while on option in settings if a lock limit
is being enforced.

Bug: 6664140
Change-Id: I8da1b8c734ceef10662d33392609c35e645315c3
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
e7c53b1c9e48c6f997c47a0ca9a2f190ecbbf586 31-May-2012 Björn Lundén <blunden2@gmail.com> Settings: Use ICS alert drawable

Point to the correct holo alert drawable.

Change-Id: Ia15aaa028c8371cb2478baeecd2da31520c43a5d
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
caf15613c29870850da952e51aaebb8b84867c49 15-May-2012 Jeff Sharkey <jsharkey@android.com> Enforce READ_EXTERNAL in Developer Options.

Move from Storage to Developer Options, and add interstitial dialog
with more details.

Bug: 6461446
Change-Id: I6d3d8fdc61a3e920ed58ab4d726949ac3c31feab
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
87ca70172cc25ed2195d310b71d9c652a0757b88 09-May-2012 Dianne Hackborn <hackbod@google.com> Tweak development settings to report system property changes.

Uses the new IBinder hack to tell all registered system services
about the property change. This should get most processes of
interest... some of them many times over, even.

This implementation does the broadcast for every debug property
change, though currently the only ones handling it are the
trace and layout bounds debugging properties.

Change-Id: Ibe3a10a40184751b8b2ed00021a224182d8f3f30
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
821a4d8c34e9a60f2f349ff63436c2ea0379ce9c 09-May-2012 Dianne Hackborn <hackbod@google.com> Merge "Settings to control traces." into jb-dev
2f926bbb0036d7a5988ea427c70b11a48d782979 09-May-2012 Kenny Root <kroot@google.com> Revert "Make verifier device id information visible"

This reverts commit 498fbe470e8201ed6d4a1677025b274d9ca65e0b.

Conflicts:

res/xml/development_prefs.xml
src/com/android/settings/DevelopmentSettings.java

Bug: 6438155
Change-Id: I3ab866d0a269e355388bb3ef41737a7d097df8f6
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
34481b9cd4a589d35f59b1e504cf02f4595f0d92 08-May-2012 Dianne Hackborn <hackbod@google.com> Settings to control traces.

Also some re-organization of the debug options, and check for
the case where the global debug setting is turned off but there
are some debug options turned on (in which case we just switch
to the global option being on).

Change-Id: I710e3a009e2be9c7c1a1879a853ac736abf1d8d8
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
c1fa3e64b88ab81cf1faeaccb40cbc73e9f1f829 28-Apr-2012 Romain Guy <romainguy@google.com> Add three new developer settings

- Show hw screen updates: show where apps udpate the screen when running with
hw acceleration
- Profile hw rendering: add extra profiling info to dumpsys gfxinfo for
performance tracking
- Debug layout: show layout info on screen

Change-Id: I6f7cad762d65ec3be2debfb4a88c25d35bf11079
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
9244df4c6422931697a0cf6e327b15cd71b6d8c4 14-Feb-2012 Dianne Hackborn <hackbod@google.com> Add debug app / wait for debugger dev options.

Re-organize dev options a bit.

Change-Id: I291b177c87cb8fb4bd8316d05aa6eadfaaf5f0d2
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
e44f44d67913ae74900656ee2ef1d2f690c63d1c 07-Feb-2012 Dianne Hackborn <hackbod@google.com> New dev setting to turn off HW overlays.

Change-Id: I747ac6d90dfb8a7a0bbf547ce7cae8ee86f8d5d0
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
14dc2d4b84f544c4006646615d8d352f6346111a 02-Feb-2012 Dianne Hackborn <hackbod@google.com> New switch to enable/disable all developer settings.

Turning the switch on shows a dialog warning the user to not do this.

Turning the switch off resets all development settings.

Change-Id: I052b16e6d220fa60298799ace02e69a8a1a02ef2
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
b29e7870de4238cbfa8eb7f3709bed7b49eeacdb 02-Feb-2012 Chet Haase <chet@google.com> Add Developer Option setting for Animator scaling.

This new setting allows users to set a scale factor for the
duration and startDelay of all Animator-based animations. This
setting is very similar to the Transition animation scale and
Window animation scale settings, except this one applies specifically
to Animator animations. The property is only accessible by users
through the Settings UI, not programmatically. The value applies
system-wide and is picked up per-process at the time of the first
ValueAnimator construction.

Change-Id: I4fd02b03e508495b39481bfc8904d8771d0fd4e1
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
0c9c14b7864fddc7d5822d5db866ef0cc7a6d08a 30-Sep-2011 Romain Guy <romainguy@google.com> Add developer setting to force hardware acceleration

Change-Id: I1bb3da7db4602ce7cbdfb46799c5114ce63ffed2
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
498fbe470e8201ed6d4a1677025b274d9ca65e0b 25-Sep-2011 Kenny Root <kroot@google.com> Make verifier device id information visible

This makes the verifier device identifier information for this
particular device visible in the "Development" screen of
Settings.

Bug: 5205163
Change-Id: I55e0b32fe98f898e6e8d723ce6696529fdccffd0
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
f40770096fe75180fba679ed349a63d195729c0c 27-Aug-2011 Jeff Brown <jeffbrown@google.com> Add a "show touches" option for demos and presentations.
Bug: 4569045

Change-Id: Ie074dbdc61c8e30222113edebdb2e4d5a83020e5
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
fac0ea781f0c99a446ab6588006b2ac0330cb774 13-Aug-2011 Christopher Tate <ctate@google.com> Move the desktop backup pw from "Backup and reset" to "Developer" settings

Addresses bug 5136161

Change-Id: Ia26258e0c8b0378184e4bac32a5da47de5da686f
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
d5119bd39738853dc96156d93c3dfbd65dd601e7 03-Aug-2011 Dianne Hackborn <hackbod@google.com> New development setting for ANRs.

Change-Id: I1fcde9d371bbb6e0eef0da7749a8c8cfb9a2c881
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
c5ec5be6e4e796bd44475c63d43d8806e522aaf1 15-Jul-2011 Dianne Hackborn <hackbod@google.com> Follow change in load average service.

Change-Id: I7d415a140598ef582842f1babdbc88b0e7be3ea9
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
83b09a57e158f3050c7feb5ea75e8dd2d626697e 14-Jul-2011 Dianne Hackborn <hackbod@google.com> Various small fixes to the debugging settings.

Also tweak to follow changes in activity manager.

Change-Id: Icd3fdff69dfc9e4c027d904ae95da3fb9bd65152
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
eddc4fe89c020cbfedd5531cc2c13782034a8158 02-Jul-2011 Dianne Hackborn <hackbod@google.com> Move the main interesting DevTools settings into the main settings app.

These are in the "development" section of the settings app, expanding
on ADB and other stuff that is already there.

Change-Id: I61a4955df0c548dcf1f39be46d21e8b8d02e454a
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
4f4ddaa823bfa7bd2fdff97338ff1839739925dd 13-Apr-2011 Glenn Kasten <gkasten@google.com> Bug 4167061 remove debug code

Change-Id: I1a05b820030d503b4ae1a82789ad4607e46b43c0
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
858fd9a0302c6d34781133137a048a9bf668632a 11-Apr-2011 Glenn Kasten <gkasten@google.com> HDCP debugging in setting app part 2 of 2

Change-Id: I931c50938526adce521a7bf02301aba75abaacaf
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
f3b325f54dadb482d73111ab17cf6a51784de11a 23-Mar-2011 Amith Yamasani <yamasani@google.com> Debug feature for HDCP compliance testing.

Bug: 4149811

Add a setting in Application->Development to change HDCP checking.

Change-Id: I5561b097b3fd7dbfc4eaf1977b80a37fc29572aa
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
ee2937941d4e9a4d2cd94d504ddaa9685bcca090 01-Nov-2010 Dianne Hackborn <hackbod@google.com> Further manage apps fragmentization.

All of the UI under manage apps should now be working. Various
cleanup through new framework APIs. Fragmentized developer settings.

Change-Id: I2b42a2dd0d015e0fdcde497579ddad3dceea9da2
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
a718832e28095219a897c6e95e903c1a3fe57c12 05-Jan-2010 Ying Wang <wangying@google.com> Still use ro.monkey

http://b/issue?id=1681101
So just some refactoring.
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
50cb76f58554dbccc51a754a73abef2debd8b721 04-Jan-2010 Ying Wang <wangying@google.com> Rename ro.monkey to monkey.running

So that Monkey can set it before running and reset it after running.
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
8ccb9e0d33dcba1bd9f26e54d7066397e47a74a9 12-Aug-2009 Amith Yamasani <yamasani@google.com> Fix npe in leak fix.
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
24bd892bdeced9cadd0ee60bbd6a9dd9c035d54b 12-Aug-2009 Amith Yamasani <yamasani@google.com> Fix a dialog leak. #1792635

Fixes the dialog leak when switching orientation in Development
settings.
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
b7e46e89d77574dbb51855144ea3d46fcf220bbb 25-Jun-2009 Mike Lockwood <lockwood@android.com> Display a warning dialog when the user enables USB debugging.

Signed-off-by: Mike Lockwood <lockwood@android.com>
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
afc4ab2ffbb8327ddce9907961295a32cbf49d0f 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
4e14e5ccbf1ef27220419849133d482a546d5c04 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
abc48f80d8747b4fc051b7dd364355ee667a9bac 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
de2d9f5f109265873196f1615e1f3546b114aaa7 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java