diff options
author | Dianne Hackborn <hackbod@google.com> | 2012-10-10 18:39:45 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2012-10-10 18:39:45 -0700 |
commit | 8d866e52b209cb683159f2701cc4204163de245c (patch) | |
tree | 286d3cdee75c7dc770c556a7f92efac574785e65 /core/java/android/provider | |
parent | bcfc1ca8ab8bf057e20d9369af3d007d80ca83e4 (diff) | |
download | frameworks_base-8d866e52b209cb683159f2701cc4204163de245c.zip frameworks_base-8d866e52b209cb683159f2701cc4204163de245c.tar.gz frameworks_base-8d866e52b209cb683159f2701cc4204163de245c.tar.bz2 |
More on issue #7318666: hide developer options from user build
The action to launch the developer settings panel is now required
by the platform.
Add a new hidden API to LauncherActivity so I can better integrate
these into the existing Dev Tools app.
Change-Id: I9c082622fd4c8f4a5be51cabb664741a3782ece1
Diffstat (limited to 'core/java/android/provider')
-rw-r--r-- | core/java/android/provider/Settings.java | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 00ea873..8897039 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -386,10 +386,9 @@ public final class Settings { /** * Activity Action: Show settings to allow configuration of application - * development-related settings. - * <p> - * In some cases, a matching Activity may not exist, so ensure you safeguard - * against this. + * development-related settings. As of + * {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR1} this action is + * a required part of the platform. * <p> * Input: Nothing. * <p> |