diff options
| author | 2024-10-18 17:41:28 +0000 | |
|---|---|---|
| committer | 2024-10-18 17:41:28 +0000 | |
| commit | 4d684ced0c9cee6b05d48c775b9a7c3b1e94eaca (patch) | |
| tree | d209c35c6f110d680053ef58277d42063f6d2829 | |
| parent | a5368ecc7e1a63b423430dd8a641b1111d33960f (diff) | |
| parent | 39ce0428387f36c268864d241d32006215e58ea8 (diff) | |
Merge "[ProgressStyle] Remove duplicate to from the doc" into main
| -rw-r--r-- | core/java/android/app/Notification.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java index 4ef5b5163fef..64aa705447aa 100644 --- a/core/java/android/app/Notification.java +++ b/core/java/android/app/Notification.java @@ -11176,7 +11176,7 @@ public class Notification implements Parcelable } /** - * A Notification Style used to to define a notification whose expanded state includes + * A Notification Style used to define a notification whose expanded state includes * a highly customizable progress bar with segments, points, a custom tracker icon, * and custom icons at the start and end of the progress bar. * |