Stop using private APIs in InCallUI
The following APIs/packages are private and should not be used
TelephonyManager.from(context) (use getSystemService(Context.TELEPHONY_SERVICE instead)
TelecommManager.from(context) (use getSystemService(Context.TELECOMM_SERVICE instead)
com.google.android.collect (use com.google.common.collect instead)
com.android.internal.util.Preconditions (use com.google.common.base.Preconditions instead)
Bug: 6948882
Change-Id: Ib939fdf704a340a51294eca8eabfda82022f6d9f
4 files changed
tree: 96f49e0bb79819dcb2e2d422641e0debf37e35ef
- InCallUI/