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

Commit 85eda008 authored by Lincoln Atkinson's avatar Lincoln Atkinson Committed by haiping
Browse files

Add global settings keys for sysui package and main activity

Test: manual
Bug: 155178776
Change-Id: I5ddb50238eacd485ef3cc39631a1a6a9f97217bf
(cherry picked from commit 0ae7b7e022e126cc510bb87d3c95beb7d2f65e47)
parent 9481e97c
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -14717,6 +14717,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