QCOM RIL Audio fix from SonyXperiaDev
Go to file
MarijnS95 2154fe661e Drop useless isRunning boolean; startService only starts it once.
A service can only be started once. After that, intents will be
delivered to the onStartCommand function (if overridden).

In the very unlikely event that the service dies and the bootreceiver
receives an intent it is properly restarted again, instead of falsely
being classified as running.

Signed-off-by: MarijnS95 <marijns95@gmail.com>
2019-12-04 19:16:19 +01:00
interface/am/1.0
src/com/sony/qcrilam Drop useless isRunning boolean; startService only starts it once. 2019-12-04 19:16:19 +01:00
Android.bp PATH fix 2018-11-15 14:57:21 +01:00
Android.mk Convert QcRilAm to SDK compliant app without PRIVATE_API access. 2019-12-04 19:15:46 +01:00
AndroidManifest.xml Make QcRilAm a privileged system app 2018-12-12 08:41:52 +01:00
proguard.flags
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