Add user aspect ratio settings intent

Bug: 293137080
Test: Manual
Change-Id: I0e261b75a141db7015736438b8ae1fe54b9bbbd9
This commit is contained in:
Graciela Wissen Putri
2023-07-20 08:53:56 +00:00
parent 731e0d0bd7
commit e45fe6689c

View File

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