Auxio/app
Alexander Capehart 08f3137c5b
app: start service on draw-time
Recently, Android 14 seemed to have finally made it impossible to start
services in onStart. I never realized this error since I thought
onStart signified the beginning of the foreground state, when it was
actually onResume. I think it only worked prior due to race conditions.
Try to fix it by moving the service starting code to onResume.

See #608.
2023-11-11 22:49:35 -07:00
..
src app: start service on draw-time 2023-11-11 22:49:35 -07:00
build.gradle build: update deps 2023-10-16 20:06:50 -06:00
NOTICE deps: update deps 2023-03-17 15:13:11 -06:00
proguard-rules.pro build: fix release 2023-05-20 20:11:33 -06:00