AlphaWallet / AlphaWallet/alpha-wallet-android
Stop app crash when background service not available
Open
Free for all
High Priority
- Dominant language
- Java
- Stars
- 646
- Forks
- 579
- PR merge metrics
- No merged PRs in 30d
Description
This source:
```
Intent i = new Intent(this, PriceAlertsService.class);
startService(i);
```
In HomeActivity crashes when the phone doesn't allow background services. Wrap in exception handler so if user has prevented background services the app doesn't crash.
I'm marking as high priority (@hboon - I think it's high priority as a user is having their app crash at startup).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.