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

Commit 3e5012c5 authored by Pawan Wagh's avatar Pawan Wagh
Browse files

Add 16k option key in settings

Test: m Settings && adb install -r $ANDROID_PRODUCT_OUT/system_ext/priv-app/Settings/Settings.apk
Test: atest SettingsProviderTest
Bug: 295035851
Bug: 294614538
Change-Id: I7bba46c39d609f314e17eb861341bd599b192612
parent a1a72609
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -12961,6 +12961,16 @@ public final class Settings {
        @Readable
        public static final String OTA_DISABLE_AUTOMATIC_UPDATE = "ota_disable_automatic_update";
        /**
         * Whether to boot with 16K page size compatible kernel
         * 1 = Boot with 16K kernel
         * 0 = Boot with 4K kernel (default)
         * @hide
         */
        @Readable
        public static final String ENABLE_16K_PAGES = "enable_16k_pages";
        /** Timeout for package verification.
        * @hide */
        @Readable
+1 −0
Original line number Diff line number Diff line
@@ -280,6 +280,7 @@ public class SettingsBackupTest {
                    Settings.Global.ENABLE_ADB_INCREMENTAL_INSTALL_DEFAULT,
                    Settings.Global.ENABLE_MULTI_SLOT_TIMEOUT_MILLIS,
                    Settings.Global.ENHANCED_4G_MODE_ENABLED,
                    Settings.Global.ENABLE_16K_PAGES, // Added for 16K developer option
                    Settings.Global.EPHEMERAL_COOKIE_MAX_SIZE_BYTES,
                    Settings.Global.ERROR_LOGCAT_PREFIX,
                    Settings.Global.EUICC_PROVISIONED,