Merge "Add activity action for Configure Wi-Fi settings."
This commit is contained in:
committed by
Android (Google) Code Review
commit
fac595ae56
@@ -375,6 +375,22 @@ public final class Settings {
|
||||
public static final String ACTION_WIFI_IP_SETTINGS =
|
||||
"android.settings.WIFI_IP_SETTINGS";
|
||||
|
||||
/**
|
||||
* Activity Action: Show settings to allow the configuration of Wi-Fi features.
|
||||
* <p>
|
||||
* In some cases, a matching Activity may not exist, so ensure you
|
||||
* safeguard against this.
|
||||
* <p>
|
||||
* Input: Nothing.
|
||||
* <p>
|
||||
* Output: Nothing.
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi
|
||||
@SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
|
||||
public static final String ACTION_CONFIGURE_WIFI_SETTINGS =
|
||||
"android.settings.CONFIGURE_WIFI_SETTINGS";
|
||||
|
||||
/**
|
||||
* Activity Action: Show settings to allow configuration of Wi-Fi saved networks.
|
||||
* <p>
|
||||
|
||||
Reference in New Issue
Block a user