We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 861c55f + c08cd02 commit 924fc3eCopy full SHA for 924fc3e
core/java/android/provider/Settings.java
@@ -626,6 +626,21 @@ public final class Settings {
626
public static final String ACTION_NFCSHARING_SETTINGS =
627
"android.settings.NFCSHARING_SETTINGS";
628
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
635
+ * Input: Nothing.
636
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
+
644
// End of Intent actions for Settings
645
646
/**
0 commit comments