diff options
author | Chen Xu <fionaxu@google.com> | 2019-09-15 18:28:21 -0700 |
---|---|---|
committer | Chen Xu <fionaxu@google.com> | 2019-09-22 19:56:39 -0700 |
commit | 288b71c8c11dc25fa1dab4aadc1525d0c576008a (patch) | |
tree | 9a0ef2ef9a6c08f63084970a7f8cec58cafa1d19 /config/preloaded-classes | |
parent | 15348e6969c2507d9de7292151707cd1da9aa30c (diff) |
new TelephonyRegistryManager
today telephonyRegistry lives in system process
this is intended to persists all telephony listeners when
phone process crash. Telephony today notify system server by
using AIDL APIs directly. Instead, we are exposing a proper API
surface: telephonyRegistryManager where only phone app and
carrier privileged apps are allowed to use APIs in
TelephonyRegistryManger to notify telephony related status update.
Bug: 140908357
Test: Build & Manaul
Change-Id: I1b750751148925b4a7bd94553318907654012fc1
Diffstat (limited to 'config/preloaded-classes')
-rw-r--r-- | config/preloaded-classes | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/preloaded-classes b/config/preloaded-classes index e117e689b598..8d911443ce06 100644 --- a/config/preloaded-classes +++ b/config/preloaded-classes @@ -4838,7 +4838,6 @@ com.android.internal.telephony.PhoneConstantConversions com.android.internal.telephony.PhoneConstants$DataState com.android.internal.telephony.PhoneConstants$State com.android.internal.telephony.PhoneFactory -com.android.internal.telephony.PhoneInternalInterface$DataActivityState com.android.internal.telephony.PhoneInternalInterface com.android.internal.telephony.PhoneNotifier com.android.internal.telephony.PhoneStateIntentReceiver |