Loading core/java/android/provider/Settings.java +16 −0 Original line number Diff line number Diff line Loading @@ -1176,6 +1176,22 @@ public final class Settings { public static final String ACTION_DARK_THEME_SETTINGS = "android.settings.DARK_THEME_SETTINGS"; /** * Activity Action: Show settings to configure the screen magnification feature. * <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_SCREEN_MAGNIFICATION_SETTINGS = "android.settings.MAGNIFICATION_SETTINGS"; /** * Activity Action: Show settings to allow configuration of locale. * <p> Loading Loading
core/java/android/provider/Settings.java +16 −0 Original line number Diff line number Diff line Loading @@ -1176,6 +1176,22 @@ public final class Settings { public static final String ACTION_DARK_THEME_SETTINGS = "android.settings.DARK_THEME_SETTINGS"; /** * Activity Action: Show settings to configure the screen magnification feature. * <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_SCREEN_MAGNIFICATION_SETTINGS = "android.settings.MAGNIFICATION_SETTINGS"; /** * Activity Action: Show settings to allow configuration of locale. * <p> Loading