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

Commit 489942ac authored by Haiping Yang's avatar Haiping Yang Committed by Android (Google) Code Review
Browse files

Merge "Add global settings keys for sysui package and main activity"

parents 43b55b51 85eda008
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -14732,6 +14732,22 @@ public final class Settings {
        public static final String MAX_SOUND_TRIGGER_DETECTION_SERVICE_OPS_PER_DAY =
                "max_sound_trigger_detection_service_ops_per_day";
        /**
         * Setting indicating the name of the Wear OS app package containing the device's sysui.
         *
         * @hide
         */
        public static final String CLOCKWORK_SYSUI_PACKAGE_NAME =
                "clockwork_sysui_package";
        /**
         * Setting indicating the name of the main activity of the Wear OS sysui.
         *
         * @hide
         */
        public static final String CLOCKWORK_SYSUI_MAIN_ACTIVITY_NAME =
                "clockwork_sysui_main_activity";
        /**
         * Indicates whether aware is available in the current location.
         * @hide