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

Commit a181770f authored by Wei Liu's avatar Wei Liu
Browse files

Add a setting to enable cellular on boot.

b/22804423

Change-Id: Ifcee3a2a8bfbfab366c3f9dcd8926d500851bd32
parent d7468176
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -8088,6 +8088,13 @@ public final class Settings {
         * @hide
         */
        public static final String CONTACT_METADATA_SYNC = "contact_metadata_sync";

        /**
         * Whether to enable cellular on boot.
         * The value 1 - enable, 0 - disable
         * @hide
         */
        public static final String ENABLE_CELLULAR_ON_BOOT = "enable_cellular_on_boot";
    }

    /**