Loading core/java/android/provider/Settings.java +12 −0 Original line number Original line Diff line number Diff line Loading @@ -13067,6 +13067,18 @@ public final class Settings { public static final String CHAINED_BATTERY_ATTRIBUTION_ENABLED = public static final String CHAINED_BATTERY_ATTRIBUTION_ENABLED = "chained_battery_attribution_enabled"; "chained_battery_attribution_enabled"; /** * Toggle to enable/disable the incremental ADB installation by default. * If not set, default adb installations are incremental; set to zero to use full ones. * Note: only ADB uses it, no usages in the Framework code. * <p> * Type: int (0 to disable, 1 to enable) * * @hide */ public static final String ENABLE_ADB_INCREMENTAL_INSTALL_DEFAULT = "enable_adb_incremental_install_default"; /** /** * The packages whitelisted to be run in autofill compatibility mode. The list * The packages whitelisted to be run in autofill compatibility mode. The list * of packages is {@code ":"} colon delimited, and each entry has the name of the * of packages is {@code ":"} colon delimited, and each entry has the name of the Loading packages/SettingsProvider/test/src/android/provider/SettingsBackupTest.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -267,6 +267,7 @@ public class SettingsBackupTest { Settings.Global.DYNAMIC_POWER_SAVINGS_DISABLE_THRESHOLD, Settings.Global.DYNAMIC_POWER_SAVINGS_DISABLE_THRESHOLD, Settings.Global.SMART_REPLIES_IN_NOTIFICATIONS_FLAGS, Settings.Global.SMART_REPLIES_IN_NOTIFICATIONS_FLAGS, Settings.Global.SMART_SUGGESTIONS_IN_NOTIFICATIONS_FLAGS, Settings.Global.SMART_SUGGESTIONS_IN_NOTIFICATIONS_FLAGS, Settings.Global.ENABLE_ADB_INCREMENTAL_INSTALL_DEFAULT, Settings.Global.ENHANCED_CONNECTIVITY_ENABLED, Settings.Global.ENHANCED_CONNECTIVITY_ENABLED, Settings.Global.ENHANCED_4G_MODE_ENABLED, Settings.Global.ENHANCED_4G_MODE_ENABLED, Settings.Global.EPHEMERAL_COOKIE_MAX_SIZE_BYTES, Settings.Global.EPHEMERAL_COOKIE_MAX_SIZE_BYTES, Loading Loading
core/java/android/provider/Settings.java +12 −0 Original line number Original line Diff line number Diff line Loading @@ -13067,6 +13067,18 @@ public final class Settings { public static final String CHAINED_BATTERY_ATTRIBUTION_ENABLED = public static final String CHAINED_BATTERY_ATTRIBUTION_ENABLED = "chained_battery_attribution_enabled"; "chained_battery_attribution_enabled"; /** * Toggle to enable/disable the incremental ADB installation by default. * If not set, default adb installations are incremental; set to zero to use full ones. * Note: only ADB uses it, no usages in the Framework code. * <p> * Type: int (0 to disable, 1 to enable) * * @hide */ public static final String ENABLE_ADB_INCREMENTAL_INSTALL_DEFAULT = "enable_adb_incremental_install_default"; /** /** * The packages whitelisted to be run in autofill compatibility mode. The list * The packages whitelisted to be run in autofill compatibility mode. The list * of packages is {@code ":"} colon delimited, and each entry has the name of the * of packages is {@code ":"} colon delimited, and each entry has the name of the Loading
packages/SettingsProvider/test/src/android/provider/SettingsBackupTest.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -267,6 +267,7 @@ public class SettingsBackupTest { Settings.Global.DYNAMIC_POWER_SAVINGS_DISABLE_THRESHOLD, Settings.Global.DYNAMIC_POWER_SAVINGS_DISABLE_THRESHOLD, Settings.Global.SMART_REPLIES_IN_NOTIFICATIONS_FLAGS, Settings.Global.SMART_REPLIES_IN_NOTIFICATIONS_FLAGS, Settings.Global.SMART_SUGGESTIONS_IN_NOTIFICATIONS_FLAGS, Settings.Global.SMART_SUGGESTIONS_IN_NOTIFICATIONS_FLAGS, Settings.Global.ENABLE_ADB_INCREMENTAL_INSTALL_DEFAULT, Settings.Global.ENHANCED_CONNECTIVITY_ENABLED, Settings.Global.ENHANCED_CONNECTIVITY_ENABLED, Settings.Global.ENHANCED_4G_MODE_ENABLED, Settings.Global.ENHANCED_4G_MODE_ENABLED, Settings.Global.EPHEMERAL_COOKIE_MAX_SIZE_BYTES, Settings.Global.EPHEMERAL_COOKIE_MAX_SIZE_BYTES, Loading