Merge "Add action to launch webview implementation settings" into nyc-dev am: c91f5e2971

am: eb435a3a4c

* commit 'eb435a3a4cd186ada82fae4dcd3083d65ceab603':
  Add action to launch webview implementation settings

Change-Id: I29656ef85a9dda4988ff85e99eda883995538d61
This commit is contained in:
Jason Monk
2016-05-05 17:11:00 +00:00
committed by android-build-merger
4 changed files with 13 additions and 0 deletions

View File

@@ -1267,6 +1267,16 @@ public final class Settings {
public static final String ACTION_VR_LISTENER_SETTINGS
= "android.settings.VR_LISTENER_SETTINGS";
/**
* Activity Action: Allows user to select current webview implementation.
* <p>
* Input: Nothing.
* <p>
* Output: Nothing.
*/
@SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
public static final String ACTION_WEBVIEW_SETTINGS = "android.settings.WEBVIEW_SETTINGS";
// End of Intent actions for Settings
/**