Merge "Add action for launching Assist Gesture settings" into oc-dr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
523c0a6a65
@@ -409,6 +409,21 @@ public final class Settings {
|
||||
public static final String ACTION_BLUETOOTH_SETTINGS =
|
||||
"android.settings.BLUETOOTH_SETTINGS";
|
||||
|
||||
/**
|
||||
* Activity Action: Show settings to allow configuration of Assist Gesture.
|
||||
* <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_ASSIST_GESTURE_SETTINGS =
|
||||
"android.settings.ASSIST_GESTURE_SETTINGS";
|
||||
|
||||
/**
|
||||
* Activity Action: Show settings to allow configuration of cast endpoints.
|
||||
* <p>
|
||||
|
||||
Reference in New Issue
Block a user