mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2026-01-24 09:04:20 +01:00
Fix crashes observed on Firebase console (#130)
* Switch getParcelableExtra to IntentCompat * Fix MissingForegroundServiceTypeException * Fix UART server * Move foreground service permissions to one place
This commit is contained in:
committed by
GitHub
parent
9c1ac06894
commit
391a4e0b6d
@@ -51,5 +51,7 @@ class NrfToolboxApplication : Application() {
|
||||
super.onCreate()
|
||||
|
||||
analytics.logEvent(AppOpenEvent)
|
||||
|
||||
uartServer.start(this)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user