diff options
author | Wink Saville <wink@google.com> | 2010-10-21 14:19:21 -0700 |
---|---|---|
committer | Wink Saville <wink@google.com> | 2010-10-21 14:19:21 -0700 |
commit | 3fbc5600135323d5c0a3953cdc3ed48f6b8ff88e (patch) | |
tree | f1bf123ccc6be03780d210374f0b006594609a47 /services | |
parent | c2238d006237ebf1296074d80fb4f4a2741ef880 (diff) | |
download | frameworks_base-3fbc5600135323d5c0a3953cdc3ed48f6b8ff88e.zip frameworks_base-3fbc5600135323d5c0a3953cdc3ed48f6b8ff88e.tar.gz frameworks_base-3fbc5600135323d5c0a3953cdc3ed48f6b8ff88e.tar.bz2 |
Fix bug introduced in Change I856118d8.
Change-Id: I9f1c2b2611396bb811b491b7e240b4913fa76fb4
Diffstat (limited to 'services')
-rw-r--r-- | services/java/com/android/server/TelephonyRegistry.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/services/java/com/android/server/TelephonyRegistry.java b/services/java/com/android/server/TelephonyRegistry.java index f5b7ca9..747af26 100644 --- a/services/java/com/android/server/TelephonyRegistry.java +++ b/services/java/com/android/server/TelephonyRegistry.java @@ -357,7 +357,6 @@ class TelephonyRegistry extends ITelephonyRegistry.Stub { if (!checkNotifyPermission("notifyDataActivity()" )) { return; } - handleRemoveListLocked(); synchronized (mRecords) { mDataActivity = state; for (Record r : mRecords) { |