Add color contrast Settings intent
Bug: 241805782
Test: Manual
Change-Id: Ib37e616866d0999019cbc81ac523ccf6a9974d87
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index ec4d587..b109d05 100644
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -471,6 +471,21 @@
"android.settings.ACCESSIBILITY_COLOR_MOTION_SETTINGS";
/**
+ * Activity Action: Show settings to allow configuration of accessibility color contrast.
+ * <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_CONTRAST_SETTINGS =
+ "android.settings.ACCESSIBILITY_COLOR_CONTRAST_SETTINGS";
+
+ /**
* Activity Action: Show settings to allow configuration of Reduce Bright Colors.
* <p>
* In some cases, a matching Activity may not exist, so ensure you