Merge change 9097
* changes: Wifi: Add support for enabling Wifi while in airplane mode.
This commit is contained in:
@@ -878,6 +878,17 @@ public final class Settings {
|
||||
*/
|
||||
public static final String AIRPLANE_MODE_RADIOS = "airplane_mode_radios";
|
||||
|
||||
/**
|
||||
* A comma separated list of radios that should to be disabled when airplane mode
|
||||
* is on, but can be manually reenabled by the user. For example, if RADIO_WIFI is
|
||||
* added to both AIRPLANE_MODE_RADIOS and AIRPLANE_MODE_TOGGLEABLE_RADIOS, then Wifi
|
||||
* will be turned off when entering airplane mode, but the user will be able to reenable
|
||||
* Wifi in the Settings app.
|
||||
*
|
||||
* {@hide}
|
||||
*/
|
||||
public static final String AIRPLANE_MODE_TOGGLEABLE_RADIOS = "airplane_mode_toggleable_radios";
|
||||
|
||||
/**
|
||||
* The policy for deciding when Wi-Fi should go to sleep (which will in
|
||||
* turn switch to using the mobile data as an Internet connection).
|
||||
|
||||
Reference in New Issue
Block a user