am 924fc3e6
: Merge "Add constant for Daydream settings." into jb-mr1.1-dev
* commit '924fc3e6ce68f7943f3fd2ced3281c3fd05f2e7f': Add constant for Daydream settings.
This commit is contained in:
@ -626,6 +626,21 @@ public final class Settings {
|
|||||||
public static final String ACTION_NFCSHARING_SETTINGS =
|
public static final String ACTION_NFCSHARING_SETTINGS =
|
||||||
"android.settings.NFCSHARING_SETTINGS";
|
"android.settings.NFCSHARING_SETTINGS";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Activity Action: Show Daydream settings.
|
||||||
|
* <p>
|
||||||
|
* In some cases, a matching Activity may not exist, so ensure you
|
||||||
|
* safeguard against this.
|
||||||
|
* <p>
|
||||||
|
* Input: Nothing.
|
||||||
|
* <p>
|
||||||
|
* Output: Nothing.
|
||||||
|
* @see android.service.dreams.DreamService
|
||||||
|
* @hide
|
||||||
|
*/
|
||||||
|
@SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
|
||||||
|
public static final String ACTION_DREAM_SETTINGS = "android.settings.DREAM_SETTINGS";
|
||||||
|
|
||||||
// End of Intent actions for Settings
|
// End of Intent actions for Settings
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user