Merge "Provide ability to link to color motion page"
This commit is contained in:
committed by
Android (Google) Code Review
commit
79457520c0
@@ -392,6 +392,21 @@ public final class Settings {
|
||||
public static final String ACTION_ACCESSIBILITY_DETAILS_SETTINGS =
|
||||
"android.settings.ACCESSIBILITY_DETAILS_SETTINGS";
|
||||
|
||||
/**
|
||||
* Activity Action: Show settings to allow configuration of accessibility color and motion.
|
||||
* <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_ACCESSIBILITY_COLOR_MOTION_SETTINGS =
|
||||
"android.settings.ACCESSIBILITY_COLOR_MOTION_SETTINGS";
|
||||
|
||||
/**
|
||||
* Activity Action: Show settings to allow configuration of Reduce Bright Colors.
|
||||
* <p>
|
||||
|
||||
Reference in New Issue
Block a user