From c38a70a946a64dfdb5dfd643c1feec6d9f71a9a3 Mon Sep 17 00:00:00 2001 From: Jack Yu Date: Sun, 8 Mar 2020 00:37:37 -0800 Subject: [PATCH] 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 --- core/java/android/provider/Telephony.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/java/android/provider/Telephony.java b/core/java/android/provider/Telephony.java index 97f7533c32099..78b96e0275689 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. *

Type: BOOLEAN

*/ + // TODO: deprecate this in S. public static final String MESSAGE_BROADCASTED = "message_broadcasted"; /**