This repository has been archived by the owner on Dec 17, 2023. It is now read-only.
Make auto start implementation stable
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.