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:
@@ -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
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user