chore: remove deprecated mesh_service_example module (#5055)

This commit is contained in:
James Rich 2026-04-14 22:10:23 -05:00 committed by GitHub
parent a2763bdfeb
commit 401f59489a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
63 changed files with 5 additions and 2370 deletions

View file

@ -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)