diff options
author | Chen Xu <fionaxu@google.com> | 2019-09-15 18:28:21 -0700 |
---|---|---|
committer | Chen Xu <fionaxu@google.com> | 2019-11-01 22:44:36 +0000 |
commit | 1f1c25e8150e9f0812573498512cbd963e302ed0 (patch) | |
tree | 19a9c68f354a9b76664f2b14f998b87a4c7675cb /config | |
parent | 30b3905091ea29e9baaa98e43b2eceb7bd42bced (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
(cherry picked from commit 288b71c8c11dc25fa1dab4aadc1525d0c576008a)
Merged-in: I1b750751148925b4a7bd94553318907654012fc1
Diffstat (limited to 'config')
-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 b4fd031bf5a2..1a8a8c2e7c95 100644 --- a/config/preloaded-classes +++ b/config/preloaded-classes @@ -4835,7 +4835,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 |