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:
Sylwester Zieliński
2023-10-16 15:41:41 +02:00
committed by GitHub
parent 9c1ac06894
commit 391a4e0b6d
18 changed files with 67 additions and 184 deletions

View File

@@ -51,5 +51,7 @@ class NrfToolboxApplication : Application() {
super.onCreate()
analytics.logEvent(AppOpenEvent)
uartServer.start(this)
}
}