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

Commit 4e9a0ab7 authored by Glenn Maynard's avatar Glenn Maynard Committed by Steve Kondik
Browse files

Fix -eng build, and fix code formatting.

-eng builds are failing with "You have tried to change the API from
what has been previously approved."  @hide the SHOW_PLMN_LS, etc.
settings from javadoc to shut it up.

The code indentation on this was screwed up; someone is editing with a
broken tab configuration.

Clean up comments.
parent 85e08e48
Loading
Loading
Loading
Loading
+23 −39
Original line number Diff line number Diff line
@@ -1349,129 +1349,114 @@ public final class Settings {
        public static final String ACCELEROMETER_ROTATION_MODE = "accelerometer_rotation_mode";
        
        /**
         * Wysie_Soh
         * Specifies the number of recent apps to show (6, 9, 12, 15);
         * @hide
         */
        public static final String RECENT_APPS_NUMBER = "recent_apps_number";

        /**
		 * 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";
        
        /**
         * Wysie_Soh
         * Specifies whether to show or hide clock
         * @hide
         */
        public static final String SHOW_STATUS_CLOCK = "show_status_clock";
        
        /**
         * Wysie_Soh
         * Specifies the clock color
         * @hide
         */
        public static final String CLOCK_COLOR = "clock_color";
        
        /**
         * Wysie_Soh
         * Specifies notification count color
         * @hide
         */
        public static final String NOTIF_COUNT_COLOR = "notifications_count_color";
        
        /**
         * Wysie_Soh
         * Specifies the date color
         * @hide
         */
        public static final String DATE_COLOR = "date_color";

        /**
         * Wysie_Soh
         * Specifies new notification ticker color
         * @hide
         */
        public static final String NEW_NOTIF_TICKER_COLOR = "new_notifications_ticker_color";

        /**
         * Wysie_Soh
         * Specifies no notifications color
         * @hide
         */
        public static final String NO_NOTIF_COLOR = "no_notifications_color";

        /**
         * Wysie_Soh
         * Specifies latest nofitication color
         * @hide
         */
        public static final String LATEST_NOTIF_COLOR = "latest_notifications_color";

        /**
         * Wysie_Soh
         * Specifies ongoing notification color
         * @hide
         */
        public static final String ONGOING_NOTIF_COLOR = "ongoing_notifications_color";

        /**
         * Wysie_Soh
         * Specifies spn label color 
         * @hide 
         */
        public static final String SPN_LABEL_COLOR = "spn_label_color";

        /**
         * Wysie_Soh
         * Specifies plmn color
         * @hide
         */
        public static final String PLMN_LABEL_COLOR = "plmn_label_color";

        /**
         * Wysie_Soh
         * Specifies clear button color
         * @hide
         */
        public static final String CLEAR_BUTTON_LABEL_COLOR = "clear_button_label_color";
        
        /**
         * Wysie_Soh
         * Specifies notification item title color.
         * @hide
         */
        public static final String NOTIF_ITEM_TITLE_COLOR = "notifications_title_color";

        /**
         * Wysie_Soh
         * Specifies notification item text color.
         * @hide
         */
        public static final String NOTIF_ITEM_TEXT_COLOR = "notifications_text_color";

        /**
         * Wysie_Soh
         * Specifies notification item time color.
         * @hide
         */
@@ -1599,7 +1584,6 @@ public final class Settings {
        public static final String BATTERY_PERCENTAGE_STATUS_ICON = "battery_percentage_status_icon";

        /**
         * Wysie_Soh
         * Specifies battery percentage status color
         * @hide
         */