Override new IExtTelephony methods

Change-Id: I9d272414e052996731cf5f453c3eaff258922e43
1 file changed
tree: c3cf1d2059b16d6dc0f3245853c4cafdb4540d1c
  1. src/
  2. Android.mk
  3. README.md
README.md

qti-telephony-common

Including this jar

To include this jar in your builds, you must add qti-telephony-common to PRODUCT_PACKAGES and add telephony-ext to PRODUCT_BOOT_JARS. For devices not using qcom sepolicy, extphone must be labelled as u:object_r:radio_service:s0 in the device's private platform selinux service contexts.

Avoiding this jar

If a device provides its own qti-telephony-common target, either by extending this with more device specific extensions or setting up the proprietary one as a target, the device must set TARGET_PROVIDES_QTI_TELEPHONY_JAR to true.