mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: migrate core modules to Kotlin Multiplatform and consolidat… (#4735)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
f3775a601c
commit
cffbd08806
265 changed files with 1383 additions and 1340 deletions
|
|
@ -134,7 +134,7 @@ class MainActivity : ComponentActivity() {
|
|||
Log.i(TAG, "Found service in package: ${serviceInfo.packageName}")
|
||||
} else {
|
||||
Log.w(TAG, "No service found for action com.geeksville.mesh.Service. Falling back to default.")
|
||||
intent.setClassName("com.geeksville.mesh", "com.geeksville.mesh.service.MeshService")
|
||||
intent.setClassName("com.geeksville.mesh", "org.meshtastic.app.service.MeshService")
|
||||
}
|
||||
|
||||
val success = bindService(intent, serviceConnection, BIND_AUTO_CREATE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue