diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index 20b4857bdd4d46af80209e1a0e63e27d38632c96..51585af10f5d012391ad8677f9944505dbf2f0e8 100644
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -470,6 +470,21 @@ public final class Settings {
     public static final String ACTION_ACCESSIBILITY_COLOR_MOTION_SETTINGS =
             "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>