-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ForegroundServiceDidNotStartInTimeException crash
Use `startService` instead of `startForegroundService` to allow the service to shut down quickly without requiring a foreground notification; if long-running tasks like starting the Psiphon tunnel are needed, the service will upgrade itself to foreground.
- Loading branch information
Showing
1 changed file
with
18 additions
and
4 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