Merge "Document ACTION_WEBVIEW_SETTINGS possible unavailability" into rvc-dev am: 3b915e51e1 am: 2b1382ca07

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

Change-Id: I35b673e11889114a27d9fdacd4e959df051eada9
This commit is contained in:
TreeHugger Robot
2020-06-18 14:27:59 +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";