Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Make auto start implementation stable

Compare
Choose a tag to compare
@nazmulidris nazmulidris released this 16 Jun 18:39
Change implementation of auto start to be stable

Auto starting the service in MyTileService.kt onCreate() was a problem
that led to unpredictable behaviors of the service starting itself
when not plugged in.

Auto starting the service in the MainActivity.kt onCreate() also led
to the similar issues from above.