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

Commit e945dc22 authored by Andrei-Valentin Onea's avatar Andrei-Valentin Onea Committed by Automerger Merge Worker
Browse files

Merge "Update DISALLOW_DUPLICATE_FIELD_IN_SKELETON" am: 5bba56e1 am: 81eb255f am: 0e6d9772

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1490737

Change-Id: I264b82318fb8331f85811a3d45c589d3c2bfeba9
parents a176e552 0e6d9772
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ package android.text.format;
import android.annotation.NonNull;
import android.app.compat.CompatChanges;
import android.compat.annotation.ChangeId;
import android.compat.annotation.EnabledAfter;
import android.compat.annotation.EnabledSince;
import android.compat.annotation.UnsupportedAppUsage;
import android.content.Context;
import android.icu.text.DateFormatSymbols;
@@ -169,7 +169,7 @@ public class DateFormat {
     * mean using 12-hour in some locales and, in this case, is duplicated as the 'a' field.
     */
    @ChangeId
    @EnabledAfter(targetSdkVersion = Build.VERSION_CODES.R)
    @EnabledSince(targetSdkVersion = Build.VERSION_CODES.CUR_DEVELOPMENT)
    static final long DISALLOW_DUPLICATE_FIELD_IN_SKELETON = 170233598L;

    /**