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

Commit 375d3837 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove deprecation annotation" into main

parents 5aa5416d 707417ad
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)