Loading core/java/android/provider/Settings.java +6 −0 Original line number Diff line number Diff line Loading @@ -5454,6 +5454,12 @@ public final class Settings { public static final String CONNECTIVITY_RELEASE_PENDING_INTENT_DELAY_MS = "connectivity_release_pending_intent_delay_ms"; /** * Whether the Wimax should be on. Only the WiMAX service should touch this. * @hide */ public static final String WIMAX_ON = "wimax_on"; /** * Whether background data usage is allowed. * Loading Loading
core/java/android/provider/Settings.java +6 −0 Original line number Diff line number Diff line Loading @@ -5454,6 +5454,12 @@ public final class Settings { public static final String CONNECTIVITY_RELEASE_PENDING_INTENT_DELAY_MS = "connectivity_release_pending_intent_delay_ms"; /** * Whether the Wimax should be on. Only the WiMAX service should touch this. * @hide */ public static final String WIMAX_ON = "wimax_on"; /** * Whether background data usage is allowed. * Loading