mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore: remove deprecated mesh_service_example module (#5055)
This commit is contained in:
parent
a2763bdfeb
commit
401f59489a
63 changed files with 5 additions and 2370 deletions
|
|
@ -133,7 +133,7 @@ class ServiceBroadcasts(private val context: Context, private val serviceReposit
|
|||
explicitBroadcast(Intent(ACTION_MESH_DISCONNECTED))
|
||||
}
|
||||
|
||||
// Restore legacy action for other consumers (e.g. mesh_service_example)
|
||||
// Restore legacy action for other consumers (e.g. ATAK plugins)
|
||||
val legacyIntent =
|
||||
Intent(ACTION_CONNECTION_CHANGED).apply {
|
||||
putExtra(EXTRA_CONNECTED, stateStr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue