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

Commit 8328b006 authored by Weilin Xu's avatar Weilin Xu
Browse files

Fix emergency radio alert AIDL doc

Bug: 361348719
Flag: EXEMPT HAL interface change
Test: atest VtsHalBroadcastradioAidlTargetTest
Change-Id: I17b131b95dc8dcc5c70cc671526cb2bcc7640876
parent 044ae2cd
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)