Skip to content

Commit 924fc3e

Browse files
dsandlerAndroid (Google) Code Review
authored andcommitted
Merge "Add constant for Daydream settings." into jb-mr1.1-dev
2 parents 861c55f + c08cd02 commit 924fc3e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

core/java/android/provider/Settings.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,21 @@ public final class Settings {
626626
public static final String ACTION_NFCSHARING_SETTINGS =
627627
"android.settings.NFCSHARING_SETTINGS";
628628

629+
/**
630+
* Activity Action: Show Daydream settings.
631+
* <p>
632+
* In some cases, a matching Activity may not exist, so ensure you
633+
* safeguard against this.
634+
* <p>
635+
* Input: Nothing.
636+
* <p>
637+
* Output: Nothing.
638+
* @see android.service.dreams.DreamService
639+
* @hide
640+
*/
641+
@SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
642+
public static final String ACTION_DREAM_SETTINGS = "android.settings.DREAM_SETTINGS";
643+
629644
// End of Intent actions for Settings
630645

631646
/**

0 commit comments

Comments
 (0)