diff options
| author | Jack Yu <jackyu@google.com> | 2020-03-08 00:37:37 -0800 |
|---|---|---|
| committer | Jack Yu <jackyu@google.com> | 2020-03-08 00:37:37 -0800 |
| commit | c38a70a946a64dfdb5dfd643c1feec6d9f71a9a3 (patch) | |
| tree | 2540a5f2b501c36c786deb75e1d2bdd79e9483f9 /core/java/android | |
| parent | df8bb0037133f90554dd7065ba6298007070440d (diff) | |
Added todo work
Added todo work to deprecate the broadcasted flag, which is
essentially replaced by the displayed flag.
Test: None
Bug: 143229383
Change-Id: I3907d0d76166a768e57bfa420855e6a0563968a8
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/provider/Telephony.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/provider/Telephony.java b/core/java/android/provider/Telephony.java index 97f7533c3209..78b96e027568 100644 --- a/core/java/android/provider/Telephony.java +++ b/core/java/android/provider/Telephony.java @@ -4390,6 +4390,7 @@ public final class Telephony { * Indicates that whether the message has been broadcasted to the application. * <P>Type: BOOLEAN</P> */ + // TODO: deprecate this in S. public static final String MESSAGE_BROADCASTED = "message_broadcasted"; /** |
