mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
mark our service as very important. If the service can't run, the gui can't either
This commit is contained in:
parent
2bd0bc5020
commit
bdda0c031d
1 changed files with 1 additions and 1 deletions
|
|
@ -676,7 +676,7 @@ class MainActivity : AppCompatActivity(), Logging,
|
|||
|
||||
MeshService.startService(this)?.let { intent ->
|
||||
// ALSO bind so we can use the api
|
||||
mesh.connect(this, intent, Context.BIND_AUTO_CREATE)
|
||||
mesh.connect(this, intent, Context.BIND_AUTO_CREATE + Context.BIND_ABOVE_CLIENT)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue