Add Settings#ACTION_NIGHT_DISPLAY_SETTINGS am: 06c0cb7acd
am: 194b3c49cb
Change-Id: Ic9a2a904d8ccb0a8ec807c045efca82bf525f6d9
This commit is contained in:
@@ -439,6 +439,22 @@ public final class Settings {
|
||||
public static final String ACTION_DISPLAY_SETTINGS =
|
||||
"android.settings.DISPLAY_SETTINGS";
|
||||
|
||||
/**
|
||||
* Activity Action: Show settings to allow configuration of Night display.
|
||||
* <p>
|
||||
* In some cases, a matching Activity may not exist, so ensure you
|
||||
* safeguard against this.
|
||||
* <p>
|
||||
* Input: Nothing.
|
||||
* <p>
|
||||
* Output: Nothing.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
@SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
|
||||
public static final String ACTION_NIGHT_DISPLAY_SETTINGS =
|
||||
"android.settings.NIGHT_DISPLAY_SETTINGS";
|
||||
|
||||
/**
|
||||
* Activity Action: Show settings to allow configuration of locale.
|
||||
* <p>
|
||||
|
||||
Reference in New Issue
Block a user