Merge "Document ACTION_WEBVIEW_SETTINGS possible unavailability" into rvc-dev am: 3b915e51e1 am: 9a815ca899 am: cd2ff042ff

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11602072

Change-Id: I10aed0020167584e51dea999caf68b3d01f7a714
This commit is contained in:
TreeHugger Robot
2020-06-16 21:56:30 +00:00
committed by Automerger Merge Worker

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";