Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Foreground/Background service tweaks
- Catch a (not user visible?) stack trace when handling the stop button from the background. - Launch using startForegroundService()... I'm not sure if this is important, given that we call startForeground() just afterward, but some users are "stopped mysteriously", and this might be related.
- Loading branch information
Showing
with
12 additions
and 7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -30,7 +30,7 @@ | ||
android:layout_height="wrap_content" | ||
android:layout_gravity="center" | ||
android:paddingBottom="10sp" | ||
android:text="© 2019 Paul Marks" /> | ||
|
||
<TextView | ||
android:layout_width="wrap_content" | ||