History log of /packages/apps/Settings/src/com/android/settings/DevelopmentSettings.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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
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
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
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