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

Commit 27efca15 authored by danielwbhuang's avatar danielwbhuang
Browse files

Update the description of ACTION_NUMBERING_SYSTEM_SETTINGS

If any locale within the locale list supports displaying the numbering system settings page, apps can utilize this action to direct the user to that page.

Bug: 370379000
Flag: android.provider.system_regional_preferences_api_enabled
Test: use test app to try this action.
Change-Id: I0b73cbb18cadae6c624dfd01786494583ae5d29c
parent 4ca00f87
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1256,12 +1256,12 @@ public final class Settings {
    /**
     * Activity Action: Show numbering system configuration settings.
     * <p>
     * In some cases, a matching Activity may not exist, so ensure you
     * safeguard against this.
     * <p>
     * Input: Nothing.
     * <p>
     * Output: Nothing.
     * Output: After calling {@link android.app.Activity#startActivityForResult}, the callback
     * {@code onActivityResult} will have resultCode {@link android.app.Activity#RESULT_OK} if
     * the numbering system settings page is suitable to show on the UI. Otherwise, the result is
     * set to {@link android.app.Activity#RESULT_CANCELED}.
     */
    @FlaggedApi(Flags.FLAG_SYSTEM_REGIONAL_PREFERENCES_API_ENABLED)
    @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)