Add guidance for deprecations that impact WebView APIs
diff --git a/site/blink/launching-features/index.md b/site/blink/launching-features/index.md
index 60d38ff..e3780e7 100644
--- a/site/blink/launching-features/index.md
+++ b/site/blink/launching-features/index.md
@@ -571,6 +571,12 @@
for a good example of how this worked in practice with the deprecation and
removal of the Web Components v0 APIs.
+Deprecations that change the behavior of
+[WebView APIs](https://developer.android.com/reference/android/webkit/WebSettings)
+will require additional processes due to its impact on Android applications. See
+[here](https://docs.google.com/document/d/1K3ON0nm9PnneOpwlfLKpiFhaUGH45CUNhPbpxlUe3Do/edit?usp=sharing)
+for considerations and steps for deprecating such APIs.
+
#### Step 1: Measure usage {:#deprecation-measure}
Measure feature usage in the wild. [Various
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Add guidance for deprecations that impact WebView APIs
This change updates the "Deprecations" section to include
how to deprecate APIs that change the behavior of WebView APIs.
This is an action item[0] that came from developing a plan
with the Android & WebView team on defining proper process for
this when trying to deprecate the WebSQL API.
[0] WP/Android WebView Deprecation Process: https://docs.google.com/document/d/1c1SxFM8hPdMoDH3E7n_zivEOU1E-Wetkt_BD3MmZss4/edit?resourcekey=0-mGNO1Ac_c7sgPGcRVcPurg&tab=t.0#bookmark=id.6t4uokzie9qm
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |