1. 33b1509 Throw on revoked location permission - framework by Svet Ganov · 6 years ago
  2. 29da89f Allow carrier-privileged apps to register telephony listeners. by Jeff Davidson · 6 years ago
  3. b1bac54 Fixed data connection state callback not working by Jack Yu · 6 years ago
  4. 3c0415a Allow carrier privileged apps to access Telephony/Subscription APIs. by Jeff Davidson · 6 years ago
  5. 70bbc16 Add an app-ops check when registering for location by Hall Liu · 6 years ago
  6. 44d1387 Merge "Plumb PhysicalChannelConfig all the way up." by Treehugger Robot · 6 years ago
  7. d7bf38a Factor out telephony permission checks into a helper class. by Jeff Davidson · 6 years ago
  8. 31230bb Merge "Check for location access on TelephonyRegistry" by Hall Liu · 6 years ago
  9. e620ce7 Fix low probability deadlock by yifan.bai · 7 years ago
  10. 4ce04dd Plumb PhysicalChannelConfig all the way up. by Eric Schwarzenbach · 7 years ago
  11. abbfac2 Add death recipient to TelephonyRegistry. by Malcolm Chen · 6 years ago
  12. 5fb337f Check for location access on TelephonyRegistry by Hall Liu · 7 years ago
  13. 3d30946 Revert "Check for location access on TelephonyRegistry" by Hall Liu · 6 years ago
  14. 8d584f0 Check for location access on TelephonyRegistry by Hall Liu · 7 years ago
  15. 35a4702 Add the user mobile data state into PhoneStateListener by zxuan · 7 years ago
  16. 2635a89 Remove the OEM hook implementation and usage by Jayachandran C · 7 years ago
  17. baeec62 Consolidated all data allow/disallow logic into one method by Jack Yu · 7 years ago
  18. 51de96a Whitelist PHONE_STATE to wakeup apps by Brad Ebinger · 7 years ago
  19. d19b6ae Fixed the obsolete logging by Jack Yu · 7 years ago
  20. fe9a53b Consistent dump() permission checking. by Jeff Sharkey · 7 years ago
  21. 016e9c6 Move OTASP_* Consts from ServiceStateTracker to TelephonyManager by Nathan Harold · 8 years ago
  22. 5a0618e Port Utility Functions from DefaultPhoneNotifier by Nathan Harold · 8 years ago
  23. 12312f6 Add simActivationState to PhoneStateListener by fionaxu · 8 years ago
  24. 42a386b Enable background restrictions by Christopher Tate · 8 years ago
  25. 9e83cbb Revert "Enable background restrictions" by Chris Tate · 8 years ago
  26. 21f7780 Enable background restrictions by Christopher Tate · 8 years ago
  27. 941b7ec Fix MSIM issue of broadcast intent overwritten unintentionally by Ping Sun · 8 years ago
  28. 5676ca8 Merge "Fix "TelephonyRegistry notifies wrong data status"" am: 3b2f202599 by xu.peng · 8 years ago
  29. 3b2f202 Merge "Fix "TelephonyRegistry notifies wrong data status"" by Treehugger Robot · 8 years ago
  30. 9071ced Fix "TelephonyRegistry notifies wrong data status" by xu.peng · 8 years ago
  31. 60ba3b3 Merge "Fix issues of different phone objects sharing same mConnectionApns list." am: e05bdb1 by Robert Greenwalt · 8 years ago
  32. f7e59c1 Adding slotId to certain Telephony broadcasts. by Shishir Agrawal · 8 years ago
  33. 57b39e3 Fix issues of different phone objects sharing same mConnectionApns list. by Yifan Bai · 8 years ago
  34. 7ea3e8b Unhiding MSIM APIs. by Shishir Agrawal · 9 years ago
  35. 8216236 Remove Data RealTime Info Listener Support by Nathan Harold · 9 years ago
  36. a9e72a7 Add OrSelf to privileged permission check. by Amit Mahajan · 9 years ago
  37. 1cfd457 Do not check runtime READ_PHONE_STATE if caller has the privileged one. by Amit Mahajan · 9 years ago
  38. da9bbf7 Merge "notifyCarrierNetworkChange:TelephonyManager->CarrierService" into mnc-dev by Andrew Flynn · 9 years ago
  39. ceaed68 notifyCarrierNetworkChange:TelephonyManager->CarrierService by Andrew Flynn · 9 years ago
  40. ac038a9 Fixed compile error caused by final keyword by Fyodor Kupolov · 9 years ago
  41. 309b2f63 Do not enforce PHONE_STATE_PERMISSION to register listener by Fyodor Kupolov · 9 years ago
  42. 2d650e5 am f2c5566f: am ce8e20ce: am e3e60ebc: Merge "Revert "Adding logging to debug SignalStrength callback missing issue."" into mnc-dev by Amit Mahajan · 9 years ago
  43. 1466a9c Revert "Adding logging to debug SignalStrength callback missing issue." by Amit Mahajan · 9 years ago
  44. 61a3ab0 Use a separate intent action for subscription phone state changes. by Sharvil Nanavati · 9 years ago
  45. 16a1689 Add OP_READ_PHONE_STATE app op - framework by Svet Ganov · 9 years ago
  46. 1f45264 TelephonyManager Carrier Network Change Notification by Andrew Flynn · 9 years ago
  47. 95e25a6 am 06e9147d: am c8e3784e: am 20a5df62: am bcced5b8: Merge "Fix incorrect condition for sub id check." into lmp-mr1-dev by Shishir Agrawal · 9 years ago
  48. 6ba726f8 Adding logging to debug SignalStrength callback missing issue. by Amit Mahajan · 9 years ago
  49. 985f52c Fix incorrect condition for sub id check. by Junda Liu · 9 years ago
  50. 071743f Rename reg/unreg OnSubscriptionsChangedListener. by Wink Saville · 10 years ago
  51. ac11ae9 take out SIM card, the RSSI Triangle is still full by xinhe · 10 years ago
  52. a54bf65 Change tests against INVALID_SUBSCRIPTION_ID to use isValidSubscriptionId. by Wink Saville · 10 years ago
  53. d09c4ca Additional changes to SubscriptionManager API as per API council. by Wink Saville · 10 years ago
  54. 2d1ee98 Revert "Additional changes to SubscriptionManager API as per API council." by Wink Saville · 10 years ago
  55. baf21da Additional changes to SubscriptionManager API as per API council. by Wink Saville · 10 years ago
  56. a374c3d Update SubscriptionManager API as per API council. by Wink Saville · 10 years ago
  57. 8b79fb6 RSSI indicator says that SIMless device has a SIM by xinhe · 10 years ago
  58. 63f03dd Change subId to int from long by Wink Saville · 10 years ago
  59. 75c2c15 telephony re-registry error by xinhe · 10 years ago
  60. a33cf07 Fix concurrent access violation. by Etan Cohen · 10 years ago
  61. 36e7229 am 0f840945: redirect RIL_UNSOL_OEM_HOOK_RAW to system app by New Author Steven Liu · 10 years ago
  62. 485f209 redirect RIL_UNSOL_OEM_HOOK_RAW to system app by New Author Steven Liu · 10 years ago
  63. e9f1640 Support multiple SIM/Subscription on telephony registration by xinhe · 10 years ago
  64. 43c5029 Fix for empty RSSI triangle after boot by xinhe · 10 years ago
  65. bc02727 Change suffix UsingSubId to ForSubscriber. by Wink Saville · 10 years ago
  66. 6d13bc8 Turn off extra debugging by Wink Saville · 10 years ago
  67. e380b98 Change TelephonyRegistry to use phoneId as a callback condition. by Wink Saville · 10 years ago
  68. 2f32ac2 MSIM: dump sub specific info by Sandeep Gutta · 10 years ago
  69. d44a5b3 Revert "MSIM: dump sub specific info" by Joe LaPenna · 10 years ago
  70. 09abc62 MSIM: dump sub specific info by Sandeep Gutta · 10 years ago
  71. 47d8d1b Ignore hasService in updateTelephonySignalStrength by Wink Saville · 10 years ago
  72. 3269ca6 Enable a couple more lines of debug in TelephonyRegistry. by Wink Saville · 10 years ago
  73. f4cd25b Add debug to TelephonyRegistry. by Wink Saville · 10 years ago
  74. eeacf93 Empty triangle displayed for radio signal but calls & data work by Wink Saville · 10 years ago
  75. fb40dd4 Merge kwd to master by Wink Saville · 10 years ago
  76. f9cb86a Replace LinkCapabilities with NetworkCapabilities by Robert Greenwalt · 10 years ago
  77. 2ffa11e Start collecting mobile radio activity from the radio. by Dianne Hackborn · 10 years ago
  78. 070e061 Add LISTEN_DATA_CONNECTIPON_REAL_TIME_INFO as listen event by Wink Saville · 10 years ago
  79. 27bf55c am 16c0b295: am bba3a694: Merge "Telephony API extension v2" by Wink Saville · 10 years ago
  80. 9158825 Move some system services to separate directories by Amith Yamasani · 11 years ago[Renamed from services/java/com/android/server/TelephonyRegistry.java]
  81. a002715 Refactoring of the print sub-system and API clean up. by Svetoslav Ganov · 11 years ago
  82. 40e9f29 Quiet down a lot of logging. by Dianne Hackborn · 12 years ago
  83. a12a7b3 Suppress location information for non-active users. by Wink Saville · 12 years ago
  84. 5ac72a2 Improve multi-user broadcasts. by Dianne Hackborn · 12 years ago
  85. b208a24 Revise and update CellInfo API's by Wink Saville · 12 years ago
  86. a639b31 Create telephony-common and mms-common by Wink Saville · 12 years ago
  87. 963db55d Enhance Cell Location Api. by John Wang · 12 years ago
  88. c9acde9 Reduce connectivity logging by Wink Saville · 13 years ago
  89. a6d4248 Pass roaming info to ConnectivityService. by Robert Greenwalt · 13 years ago
  90. e6fa120 Notify overall state instead of current changed state by yoonsung.nam · 13 years ago
  91. 4448898 am d0903e14: am 6e41b32d: Merge "TelephonyRegistry remove 4 uses of FLAG_RECEIVER_REPLACE_PENDING." into honeycomb-LTE by Wink Saville · 13 years ago
  92. 71f6cb1 TelephonyRegistry remove 4 uses of FLAG_RECEIVER_REPLACE_PENDING. by Wink Saville · 13 years ago
  93. 63ebffc turn off log spew by Joe Onorato · 13 years ago
  94. c9330dd Initialize mOtaspMode to OTASP_UNKNOWN. by Wink Saville · 14 years ago
  95. 26f5a38 Use apn types instead of host when sending notifications. by Wink Saville · 14 years ago
  96. 8e7e0a9 Fix data state change callbacks by Robert Greenwalt · 14 years ago
  97. fd2d013 Add PhoneStateListener.onOtaspChanged. by Wink Saville · 14 years ago
  98. 3fbc560 Fix bug introduced in Change I856118d8. by Wink Saville · 14 years ago
  99. 163d8d9 Don't remove items from mRecords while iterating over it. by Joe Onorato · 14 years ago
  100. 7499847 fix bad merge by Joe Onorato · 14 years ago