diff options
Diffstat (limited to 'telephony/java/android/telephony/CellIdentity.java')
-rw-r--r-- | telephony/java/android/telephony/CellIdentity.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony/java/android/telephony/CellIdentity.java b/telephony/java/android/telephony/CellIdentity.java index 06cfd6718664..6e3cfacf0208 100644 --- a/telephony/java/android/telephony/CellIdentity.java +++ b/telephony/java/android/telephony/CellIdentity.java @@ -107,7 +107,7 @@ public abstract class CellIdentity implements Parcelable { if ((mMccStr != null && mMncStr == null) || (mMccStr == null && mMncStr != null)) { AnomalyReporter.reportAnomaly( - UUID.fromString("a3ab0b9d-f2aa-4baf-911d-7096c0d4645a"), + UUID.fromString("e257ae06-ac0a-44c0-ba63-823b9f07b3e4"), "CellIdentity Missing Half of PLMN ID"); } |