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

Commit 67122808 authored by Nadav Bar's avatar Nadav Bar Committed by Android (Google) Code Review
Browse files

Merge "Annotate ODI_CAPTIONS_ENABLED with @SystemApi"

parents f80f50d9 25777126
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6115,6 +6115,7 @@ package android.provider {
    field public static final String LOCATION_PERMISSIONS_UPGRADE_TO_Q_MODE = "location_permissions_upgrade_to_q_mode";
    field public static final String LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS = "lock_screen_allow_private_notifications";
    field public static final String LOCK_SCREEN_SHOW_NOTIFICATIONS = "lock_screen_show_notifications";
    field public static final String ODI_CAPTIONS_ENABLED = "odi_captions_enabled";
    field public static final String THEME_CUSTOMIZATION_OVERLAY_PACKAGES = "theme_customization_overlay_packages";
    field public static final String USER_SETUP_COMPLETE = "user_setup_complete";
    field public static final int USER_SETUP_PERSONALIZATION_COMPLETE = 10; // 0xa
+1 −0
Original line number Diff line number Diff line
@@ -5607,6 +5607,7 @@ public final class Settings {
         *
         * @hide
         */
        @SystemApi
        public static final String ODI_CAPTIONS_ENABLED = "odi_captions_enabled";
        private static final Validator ODI_CAPTIONS_ENABLED_VALIDATOR = BOOLEAN_VALIDATOR;