android_packages_apps_QcRilAm/src/com/sony/qcrilam
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
..
BootReceiver.java Drop useless isRunning boolean; startService only starts it once. 2019-12-04 19:16:19 +01:00
QcRilAmService.java Drop useless isRunning boolean; startService only starts it once. 2019-12-04 19:16:19 +01:00