resolve merge conflicts of b62007a to master

Change-Id: Ib09134090aa135d88bb807034b262a23c8b40e5f
This commit is contained in:
Lorenzo Colitti
2016-09-16 01:45:15 +09:00
4 changed files with 157 additions and 14 deletions

View File

@@ -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)