Loading api/system-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -34695,6 +34695,7 @@ package android.provider { field public static final deprecated java.lang.String INSTALL_NON_MARKET_APPS = "install_non_market_apps"; field public static final java.lang.String MODE_RINGER = "mode_ringer"; field public static final java.lang.String NETWORK_PREFERENCE = "network_preference"; field public static final java.lang.String OTA_DISABLE_AUTOMATIC_UPDATE = "ota_disable_automatic_update"; field public static final java.lang.String RADIO_BLUETOOTH = "bluetooth"; field public static final java.lang.String RADIO_CELL = "cell"; field public static final java.lang.String RADIO_NFC = "nfc"; core/java/android/provider/Settings.java +10 −0 Original line number Diff line number Diff line Loading @@ -6730,6 +6730,16 @@ public final class Settings { /** {@hide} */ public static final String STORAGE_BENCHMARK_INTERVAL = "storage_benchmark_interval"; /** * Whether to disable the automatic scheduling of system updates. * 1 = system updates won't be automatically scheduled (will always * present notification instead). * 0 = system updates will be automatically scheduled. (default) * @hide */ @SystemApi public static final String OTA_DISABLE_AUTOMATIC_UPDATE = "ota_disable_automatic_update"; /** * Whether the package manager should send package verification broadcasts for verifiers to * review apps prior to installation. Loading Loading
api/system-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -34695,6 +34695,7 @@ package android.provider { field public static final deprecated java.lang.String INSTALL_NON_MARKET_APPS = "install_non_market_apps"; field public static final java.lang.String MODE_RINGER = "mode_ringer"; field public static final java.lang.String NETWORK_PREFERENCE = "network_preference"; field public static final java.lang.String OTA_DISABLE_AUTOMATIC_UPDATE = "ota_disable_automatic_update"; field public static final java.lang.String RADIO_BLUETOOTH = "bluetooth"; field public static final java.lang.String RADIO_CELL = "cell"; field public static final java.lang.String RADIO_NFC = "nfc";
core/java/android/provider/Settings.java +10 −0 Original line number Diff line number Diff line Loading @@ -6730,6 +6730,16 @@ public final class Settings { /** {@hide} */ public static final String STORAGE_BENCHMARK_INTERVAL = "storage_benchmark_interval"; /** * Whether to disable the automatic scheduling of system updates. * 1 = system updates won't be automatically scheduled (will always * present notification instead). * 0 = system updates will be automatically scheduled. (default) * @hide */ @SystemApi public static final String OTA_DISABLE_AUTOMATIC_UPDATE = "ota_disable_automatic_update"; /** * Whether the package manager should send package verification broadcasts for verifiers to * review apps prior to installation. Loading