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

Commit 148182cf authored by nebkat's avatar nebkat
Browse files

Add @hide to new fields/methods

Change-Id: I8e23762faee835b0eafacfba31c5f0e1f759507a
parent 12be7037
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -750,7 +750,7 @@ public final class ContactsContract {
        public static final String SYNC3 = "sync3";
        /** Generic column for use by sync adapters. */
        public static final String SYNC4 = "sync4";
         /** Facebook sync */
        /** Facebook sync @hide */
        public static final String IS_RESTRICTED = "is_restricted";
    }

+3 −2
Original line number Diff line number Diff line
@@ -1910,7 +1910,7 @@ public final class Settings {
         */
        public static final String BATTERY_LIGHT_PULSE = "battery_light_pulse";

        /*
        /**
         * What color to use for the notification LED by default
         * @hide
         */
@@ -2263,7 +2263,8 @@ public final class Settings {
        public static final String VOLUME_WAKE_SCREEN = "volume_wake_screen";

        /**
         * Whether national data Roming should be used.
         * Whether national data roaming should be used.
         * @hide
         */
        public static final String MVNO_ROAMING = "mvno_roaming";