mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
mesh service access kinda works
This commit is contained in:
parent
c9cf371991
commit
d536900808
3 changed files with 81 additions and 3 deletions
|
|
@ -5,9 +5,14 @@ import android.content.Intent
|
|||
import android.os.IBinder
|
||||
import com.geeksville.android.Logging
|
||||
|
||||
/**
|
||||
* Note: this service will go away once all clients are unbound from it.
|
||||
*/
|
||||
class MeshService : Service(), Logging {
|
||||
|
||||
val prefix = "com.geeksville.mesh"
|
||||
companion object {
|
||||
const val prefix = "com.geeksville.mesh"
|
||||
}
|
||||
|
||||
/*
|
||||
see com.geeksville.mesh broadcast intents
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue