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

Commit 707417ad authored by Yu-Han Yang's avatar Yu-Han Yang
Browse files

Remove deprecation annotation

Bug: 318362246
Test: annotation only
Change-Id: I6496e11aae0f3e4b132885ff79215722bf29e03d
parent f3d540c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -414,7 +414,7 @@ package android.location {
    field public static final int TYPE_GPS_L5CNAV = 259; // 0x103
    field @FlaggedApi(Flags.FLAG_GNSS_API_NAVIC_L1) public static final int TYPE_IRN_L1 = 1795; // 0x703
    field @FlaggedApi(Flags.FLAG_GNSS_API_NAVIC_L1) public static final int TYPE_IRN_L5 = 1794; // 0x702
    field @Deprecated public static final int TYPE_IRN_L5CA = 1793; // 0x701
    field public static final int TYPE_IRN_L5CA = 1793; // 0x701
    field public static final int TYPE_QZS_L1CA = 1025; // 0x401
    field public static final int TYPE_SBS = 513; // 0x201
    field public static final int TYPE_UNKNOWN = 0; // 0x0
+0 −2
Original line number Diff line number Diff line
@@ -78,9 +78,7 @@ public final class GnssNavigationMessage implements Parcelable {
    public static final int TYPE_GAL_F = 0x0602;
    /**
     * NavIC L5 C/A message contained in the structure.
     * @deprecated deprecated.
     */
    @Deprecated
    public static final int TYPE_IRN_L5CA = 0x0701;
    /** NavIC L5 message contained in the structure. */
    @FlaggedApi(Flags.FLAG_GNSS_API_NAVIC_L1)