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

Commit dc55b05d authored by Martin Brabham's avatar Martin Brabham Committed by Steve Kondik
Browse files

quickkeys: Add needed elements for Vision quick keys.

Change-Id: Ibad5ef7076361504fdf48b8178806ac3d91dfe46
parent 11a52b76
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -1731,6 +1731,24 @@ public final class Settings {
         */
        public static final String SELECTED_CUSTOM_APP = "selected_custom_app";

        /**
         * Stores the uri of the defined application for user key 1
         * @hide
         */
        public static final String USER_DEFINED_KEY1_APP = "user_defined_key1_app";

        /**
         * Stores the uri of the defined application for user key 2
         * @hide
         */
        public static final String USER_DEFINED_KEY2_APP = "user_defined_key2_app";

        /**
         * Stores the uri of the defined application for user key 3
         * @hide
         */
        public static final String USER_DEFINED_KEY3_APP = "user_defined_key3_app";

        /**
         * Toggles whether to display the PLMN field on the Lockscreen
         * @hide