summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorTobias Sargeant <tobiasjs@google.com>2016-02-22 13:45:34 +0000
committerTobias Sargeant <tobiasjs@google.com>2016-02-22 14:03:20 +0000
commitadfded10729011e23db65a25ffc2523d87616c41 (patch)
treec086ee73c2b876f6f11f91127052ea05cb82e061 /core/java
parentfa272e5c9262bc974d68139a6300ecdbf94f0767 (diff)
add @SystemApi to WEBVIEW_MULTIPROCESS to enable it to be used in WebView glue
Change-Id: Ib6431c4e4c2bcbcfc6f986f97fcf58ad5fa3dbc7
Diffstat (limited to 'core/java')
-rwxr-xr-xcore/java/android/provider/Settings.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index 770cde7053bc..00747885a143 100755
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -7043,6 +7043,7 @@ public final class Settings {
* Developer setting to enable WebView multiprocess rendering.
* @hide
*/
+ @SystemApi
public static final String WEBVIEW_MULTIPROCESS = "webview_multiprocess";
/**