Merge "Update TelephonyDisplayInfo docs" am: a906fd5e14 am: 90b6c9def0

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1557000

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ie9e12f5e374fd29601182e8b99250a91933a2556
This commit is contained in:
Sarah Chin
2021-01-21 23:34:25 +00:00
committed by Automerger Merge Worker

View File

@@ -29,6 +29,10 @@ import java.util.Objects;
* information is provided in accordance with carrier policy and branding preferences; it is not
* necessarily a precise or accurate representation of the current state and should be treated
* accordingly.
* To be notified of changes in TelephonyDisplayInfo, use
* {@link TelephonyManager#registerPhoneStateListener} with a {@link PhoneStateListener}
* that implements {@link PhoneStateListener.DisplayInfoChangedListener}.
* Override the onDisplayInfoChanged() method to handle the broadcast.
*/
public final class TelephonyDisplayInfo implements Parcelable {
/**