Home | History | Annotate | Download | only in 6_dev-tools-and-options
      1 ## 6.2\. Developer Options
      2 
      3 Android includes support for developers to configure application
      4 development-related settings.
      5 
      6 Device implementations MUST provide a consistent experience for
      7 Developer Options, they:
      8 
      9 *   [C-0-1] MUST honor the [android.settings.APPLICATION_DEVELOPMENT_SETTINGS](
     10 http://developer.android.com/reference/android/provider/Settings.html#ACTION_APPLICATION_DEVELOPMENT_SETTINGS)
     11 intent to show application development-related settings. The upstream Android
     12 implementation hides the Developer Options menu by default and enables users to
     13 launch Developer Options after pressing seven (7) times on the **Settings** >
     14 **About Device** > **Build Number** menu item.
     15 *   [C-0-2] MUST hide Developer Options by default and MUST provide a mechanism
     16 to enable Developer Options without the need for any special whitelisting.
     17 *   MAY temporarily limit access to the Developer Options menu, by visually
     18 hiding or disabling the menu, to prevent distraction for scenarios where the
     19 safety of the user is of concern.