diff options
| -rw-r--r-- | core/java/android/app/Notification.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java index b19dc8f6e470..4d7e29b19771 100644 --- a/core/java/android/app/Notification.java +++ b/core/java/android/app/Notification.java @@ -4538,12 +4538,6 @@ public class Notification implements Parcelable */ @NonNull public Builder setWhen(long when) { - if (updateRankingTime()) { - // don't show a timestamp that's decades old - if (mN.extras.getBoolean(EXTRA_SHOW_WHEN, true) && when == 0) { - return this; - } - } mN.when = when; return this; } |