mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Fix the broadcast intent action package in IMeshService.aidl's comments
This commit is contained in:
parent
a179c46b50
commit
40762c4e22
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ The intent you use to reach the service should look like this:
|
|||
|
||||
Once you have bound to the service you should register your broadcast receivers per https://developer.android.com/guide/components/broadcasts#context-registered-receivers
|
||||
|
||||
// com.geeksville.com.geeksville.mesh.x broadcast intents, where x is:
|
||||
// com.geeksville.mesh.x broadcast intents, where x is:
|
||||
// RECEIVED_DATA for data received from other nodes. payload will contain a DataPacket
|
||||
// NODE_CHANGE for new IDs appearing or disappearing
|
||||
// CONNECTION_CHANGED for losing/gaining connection to the packet radio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue