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

Commit b15d5daa authored by ctso's avatar ctso
Browse files

Fix spacing (don't use tabs!), add @hide javadoc.

parent 3e461163
Loading
Loading
Loading
Loading
+27 −23
Original line number Diff line number Diff line
@@ -1358,24 +1358,28 @@ public final class Settings {
        /**
         * bcrook - Double Carrier
         * Toggles whether to display the PLMN field on the Lockscreen
         * @hide
         */
        public static final String SHOW_PLMN_LS = "show_plmn_ls";

        /**
         * bcrook - Double Carrier
         * Toggles whether to display the SPN field on the Lockscreen
         * @hide
         */
        public static final String SHOW_SPN_LS = "show_spn_ls";

        /**
         * bcrook - Double Carrier
         * Toggles whether to display the PLMN field on the Notification bar
         * @hide
         */
        public static final String SHOW_PLMN_SB = "show_plmn_sb";

        /**
         * bcrook - Double Carrier
         * Toggles whether to display the SPN field on the Notification bar
         * @hide
         */
        public static final String SHOW_SPN_SB = "show_spn_sb";