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

Commit 3699d367 authored by Hassan Ali's avatar Hassan Ali
Browse files

Remove refererence from public API to flagged API

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

Test: m ds-docs-java
Bug: 304996215
Change-Id: I74abc09e8a57e4858babbdcabea643a03b915adf
parent ed082bde
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -9199,12 +9199,6 @@ public class Notification implements Parcelable
     * You can opt-out of this behavior by using {@link Notification.Builder#setColorized(boolean)}.
     * <p>
     *
     * <p>
     * Starting at {@link android.os.Build.VERSION_CODES#VANILLA_ICE_CREAM Android V} the
     * {@link Notification#FLAG_NO_CLEAR NO_CLEAR flag} will be set for valid MediaStyle
     * notifications.
     * <p>
     *
     * To use this style with your Notification, feed it to
     * {@link Notification.Builder#setStyle(android.app.Notification.Style)} like so:
     * <pre class="prettyprint">