diff options
| author | 2019-03-19 16:52:15 -0700 | |
|---|---|---|
| committer | 2019-03-19 16:52:15 -0700 | |
| commit | 0b0d934919c7f42ebfe81b57a8303eadce7c1491 (patch) | |
| tree | 2ac79e2977d168df3b3ffb177dba4f4c13a61c14 | |
| parent | 782ae5139d0b7ac5dbbb8077ee9b05858e64e396 (diff) | |
| parent | f0a67227c45d3571cc88510979567ecbb97a6c41 (diff) | |
Merge "Add class comment to avoid extending ServiceState class."
am: f0a67227c4
Change-Id: Ie643f2f1292df7491c9d800127e0c81bc70fc605
| -rw-r--r-- | telephony/java/android/telephony/ServiceState.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/telephony/java/android/telephony/ServiceState.java b/telephony/java/android/telephony/ServiceState.java index 4b15aac77940..ee6a6eaa781e 100644 --- a/telephony/java/android/telephony/ServiceState.java +++ b/telephony/java/android/telephony/ServiceState.java @@ -53,6 +53,9 @@ import java.util.stream.Collectors; * <li>Operator name, short name and numeric id * <li>Network selection mode * </ul> + * + * For historical reasons this class is not declared as final; however, + * it should be treated as though it were final. */ public class ServiceState implements Parcelable { |