Remove refererence from public API to flagged API

Remove refererence from public API to flagged API in Intent.java

Test: m ds-docs-java
Bug: 304996215
Change-Id: I290a91daf93a4327dbc362863f3a44521716a744
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java
index c7a86fb..4b07d8b 100644
--- a/core/java/android/content/Intent.java
+++ b/core/java/android/content/Intent.java
@@ -2888,7 +2888,7 @@
      * <p class="note">This is a protected intent that can only be sent
      * by the system.
      * <p>
-     * Starting in {@link Build.VERSION_CODES#VANILLA_ICE_CREAM Android V}, an extra timestamp
+     * Starting in Android V, an extra timestamp
      * {@link #EXTRA_TIME} is included with this broadcast to indicate the exact time the package
      * was restarted, in {@link SystemClock#elapsedRealtime() elapsed realtime}.
      * </p>