QCOM RIL Audio fix from SonyXperiaDev
Go to file
MarijnS95 00dcbd7f57 Remove unnecessary, deprecated sharedUserId with system
sharedUserId is a deprecated flag [1] that muddies the waters when it
comes to enforcement of various policies and permissions. QcRilAm
doesn't use any and operates just fine within normal app boundaries
(uses public APIs, doesn't need any permissions outside "normal" ones,
and accesses vendor services properly over Binder).
This also allows the signing key to differ from platform, where other
android.uid.system apps are signed with.

[1] https://developer.android.com/guide/topics/manifest/manifest-element#uid

Signed-off-by: MarijnS95 <marijns95@gmail.com>
2020-05-22 18:03:04 +02:00
interface/am/1.0 QcRilAm: An app to handle QcRilAudio callbacks 2018-11-15 11:30:44 +01:00
src/com/sony/qcrilam QcRilAmService: Clean up kotlin val use; simplify 2020-05-22 17:25:44 +02:00
Android.bp Rewrite in Kotlin 2020-01-23 02:30:44 +02:00
AndroidManifest.xml Remove unnecessary, deprecated sharedUserId with system 2020-05-22 18:03:04 +02:00
README.md Add README.md 2018-11-16 19:57:56 +01:00

QcRilAm

An app that handles communicating with the proprietary hal vendor.qti.radio.am in order to setup audio callbacks.

The interface definition used to communicate is taken from phhusson's work: cfca54c743