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

Commit 9aca9aec authored by Paul Miller's avatar Paul Miller
Browse files

Fix WebView Metrics opt out Javadoc formatting

BUG:27305383
Change-Id: I23afa271058479263abe714f1a3493562f0cfe9e
parent 5f8e0603
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.