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

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

Merge "Fix emergency radio alert AIDL doc" into main

parents f6f06424 8328b006
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ enum AlertUrgency {
    PAST,

    /**
     * Unknown rgency.
     * Unknown urgency.
     */
    UNKNOWN,
}
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ parcelable Coordinate {
    /**
     * Longitude of the cooridinate.
     *
     * <p>Longitude is in the range of -90 to 90.
     * <p>Longitude is in the range of -180 to 180.
     */
    double longitude;
}
+3 −2
Original line number Diff line number Diff line
@@ -17,9 +17,10 @@
package android.hardware.broadcastradio;

/**
 * Geographic code reprensenting location in alert message
 * Geographic code reprensenting location in alert message.
 *
 * <p>(see ITU-T X.1303 bis for more info).
 * <p>Geocode is mainly for information display instead of parsing on radio application side. See
 * ITU-T X.1303 bis for more info.
 */
@VintfStability
@JavaDerive(equals=true, toString=true)