Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8a4ce2a5 authored by Graciela Putri's avatar Graciela Putri Committed by Android (Google) Code Review
Browse files

Merge "Add user aspect ratio settings intent" into udc-qpr-dev

parents 499f2ff0 e45fe668
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -2106,6 +2106,21 @@ public final class Settings {
    public static final String ACTION_MANAGE_MORE_DEFAULT_APPS_SETTINGS =
            "android.settings.MANAGE_MORE_DEFAULT_APPS_SETTINGS";
    /**
     * Activity Action: Show app screen size list settings for user to override app aspect
     * ratio.
     * <p>
     * In some cases, a matching Activity may not exist, so ensure you
     * safeguard against this.
     * <p>
     * Can include the following extra {@link android.content.Intent#EXTRA_PACKAGE_NAME} specifying
     * the name of the package to scroll to in the page.
     * @hide
     */
    @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
    public static final String ACTION_MANAGE_USER_ASPECT_RATIO_SETTINGS =
            "android.settings.MANAGE_USER_ASPECT_RATIO_SETTINGS";
    /**
     * Activity Action: Show notification settings.
     *