resolve merge conflicts of b62007a to master
Change-Id: Ib09134090aa135d88bb807034b262a23c8b40e5f
This commit is contained in:
@@ -342,6 +342,15 @@ public class ConnectivityManager {
|
||||
*/
|
||||
public static final String ACTION_PROMPT_UNVALIDATED = "android.net.conn.PROMPT_UNVALIDATED";
|
||||
|
||||
/**
|
||||
* Action used to display a dialog that asks the user whether to avoid a network that is no
|
||||
* longer validated. This intent is used to start the dialog in settings via startActivity.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
public static final String ACTION_PROMPT_LOST_VALIDATION =
|
||||
"android.net.conn.PROMPT_LOST_VALIDATION";
|
||||
|
||||
/**
|
||||
* Invalid tethering type.
|
||||
* @see #startTethering(int, OnStartTetheringCallback, boolean)
|
||||
|
||||
Reference in New Issue
Block a user