Fix emergency radio alert AIDL doc

Bug: 361348719
Flag: EXEMPT HAL interface change
Test: atest VtsHalBroadcastradioAidlTargetTest
Change-Id: I17b131b95dc8dcc5c70cc671526cb2bcc7640876
This commit is contained in:
Weilin Xu
2024-11-21 11:01:45 -08:00
parent 044ae2cd40
commit 8328b0068a
3 changed files with 5 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ enum AlertUrgency {
PAST,
/**
* Unknown rgency.
* Unknown urgency.
*/
UNKNOWN,
}

View File

@@ -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;
}

View File

@@ -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)