Provide ability to link to text reading page

Bug: 249430287
Test: manual test
Change-Id: Ib49e7e67055a1316badf6d02abb15bf970b12bfa
This commit is contained in:
menghanli
2022-09-28 13:16:27 +08:00
parent 2db52aed55
commit b0aac0055a

View File

@@ -437,6 +437,21 @@ public final class Settings {
public static final String ACTION_COLOR_INVERSION_SETTINGS =
"android.settings.COLOR_INVERSION_SETTINGS";
/**
* Activity Action: Show settings to allow configuration of text reading.
* <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_TEXT_READING_SETTINGS =
"android.settings.TEXT_READING_SETTINGS";
/**
* Activity Action: Show settings to control access to usage information.
* <p>