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

Commit c74d85fe authored by Robin Lee's avatar Robin Lee
Browse files

Make SYNC_PARENT_SOUNDS a @SystemApi

Since there is a CTS test depending on it which is currently hardcoding
the string. Let's not do that.

Bug: 30658854
Test: make full -j30
Change-Id: I6f6b1044ac664589b8fe76ced9961e80024b0b29
parent c4a6d29a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -35004,6 +35004,7 @@ package android.provider {
    field public static final java.lang.String SELECTED_INPUT_METHOD_SUBTYPE = "selected_input_method_subtype";
    field public static final java.lang.String SETTINGS_CLASSNAME = "settings_classname";
    field public static final java.lang.String SKIP_FIRST_USE_HINTS = "skip_first_use_hints";
    field public static final java.lang.String SYNC_PARENT_SOUNDS = "sync_parent_sounds";
    field public static final java.lang.String TOUCH_EXPLORATION_ENABLED = "touch_exploration_enabled";
    field public static final deprecated java.lang.String TTS_DEFAULT_COUNTRY = "tts_default_country";
    field public static final deprecated java.lang.String TTS_DEFAULT_LANG = "tts_default_lang";
+2 −0
Original line number Diff line number Diff line
@@ -6630,6 +6630,8 @@ public final class Settings {
         * This value is only used for managed profiles.
         * @hide
         */
        @TestApi
        @RequiresPermission(Manifest.permission.WRITE_SECURE_SETTINGS)
        public static final String SYNC_PARENT_SOUNDS = "sync_parent_sounds";

        /** @hide */