straw/app/src/main
evermind e8cc3d250c service.onDestroy() should only be called from the system and not manually
instead use service.stopService() which inturn calls stopSelf() and
triggers hopefully onDestroy() to be called. Eventually we have to make
sure that all ServiceConnections are closed to successfully stop the service
now!

Cleanup within stopService() and not only onDestroy()

So we make sure that all listeners can react to onServiceStopped()
and close their ServiceConnections. Afterwards the android framework
is ready to stop the Service.
2021-06-24 10:15:07 +02:00
..
assets Update displayed licenses 2020-12-31 19:26:41 -05:00
java service.onDestroy() should only be called from the system and not manually 2021-06-24 10:15:07 +02:00
res Translated using Weblate (Serbian) 2021-06-18 09:33:18 +02:00
AndroidManifest.xml Support SAF properly 2021-06-08 10:40:44 +02:00