Provide ability to link to color motion page

Bug: 249430287
Test: manual test
Change-Id: I52fb4b3c8725278292954c776fe09ff3f7fcd8cb
This commit is contained in:
menghanli
2022-09-28 18:55:18 +08:00
committed by Menghan Li
parent d8d61664c2
commit 93b08a4435

View File

@@ -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>