Loading core/java/android/app/Notification.java +0 −6 Original line number Diff line number Diff line Loading @@ -9209,12 +9209,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"> Loading Loading
core/java/android/app/Notification.java +0 −6 Original line number Diff line number Diff line Loading @@ -9209,12 +9209,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"> Loading