Merge "Document ACTION_WEBVIEW_SETTINGS possible unavailability" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-06-16 20:53:01 +00:00
committed by Android (Google) Code Review

View File

@@ -1972,6 +1972,10 @@ public final class Settings {
* Input: Nothing.
* <p>
* Output: Nothing.
* <p class="note">
* In some cases, a matching Activity may not exist, so ensure you
* safeguard against this.
*/
@SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
public static final String ACTION_WEBVIEW_SETTINGS = "android.settings.WEBVIEW_SETTINGS";