AlphaWallet / AlphaWallet/alpha-wallet-android
Stop app crash when background service not available
Abierto
Free for all
High Priority
- Lenguaje dominante
- Java
- Estrellas
- 646
- Forks
- 579
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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).
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.