Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8a6aea04 authored by Paul Miller's avatar Paul Miller Committed by Android (Google) Code Review
Browse files

Merge "Fix WebView Metrics opt out Javadoc formatting" into nyc-dev

parents 823322bb 9aca9aec
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -288,11 +288,11 @@ import java.util.Map;
 * helps Google improve WebView. Data is collected on a per-app basis for each app which has
 * instantiated a WebView. An individual app can opt out of this feature by putting the following
 * tag in its manifest:
 * </p>
 * <pre>
 * <meta-data android:name="android.webkit.WebView.MetricsOptOut"
 *            android:value="true" />
 * &lt;meta-data android:name="android.webkit.WebView.MetricsOptOut"
 *            android:value="true" /&gt;
 * </pre>
 * </p>
 * <p>
 * Data will only be uploaded for a given app if the user has consented AND the app has not opted
 * out.