diff options
| author | 2020-03-19 04:47:01 +0000 | |
|---|---|---|
| committer | 2020-03-19 04:47:01 +0000 | |
| commit | 96f8a65ee3a95a05591cfd5cb90d4238f51f97c4 (patch) | |
| tree | eb348941b02c37e713fbdc6523338d8ccc1a668a | |
| parent | 1c9035f578c34dd11ef86a6bd8a7e69401b66276 (diff) | |
| parent | 930570e6568bfa4d2363163f4c19e519e233679a (diff) | |
Merge "Added todo work"
| -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 a897a8e4994a..b3e22bd2a649 100644 --- a/core/java/android/provider/Telephony.java +++ b/core/java/android/provider/Telephony.java @@ -4358,6 +4358,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"; /** |