Skip to content
Snippets Groups Projects
Commit 90b6c9de authored by Sarah Chin's avatar Sarah Chin Committed by Automerger Merge Worker
Browse files

Merge "Update TelephonyDisplayInfo docs" am: a906fd5e

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Iaa3747cf505974fa1faea05589b981fd687d0109
parents ea293967 a906fd5e
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment