From 40762c4e22222b6844b444c5eabcaba2f5a7c289 Mon Sep 17 00:00:00 2001 From: Paul Mandal Date: Fri, 25 Sep 2020 19:43:20 -0600 Subject: [PATCH] Fix the broadcast intent action package in IMeshService.aidl's comments --- app/src/main/aidl/com/geeksville/mesh/IMeshService.aidl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/aidl/com/geeksville/mesh/IMeshService.aidl b/app/src/main/aidl/com/geeksville/mesh/IMeshService.aidl index bf13bc7aa..b07374ca7 100644 --- a/app/src/main/aidl/com/geeksville/mesh/IMeshService.aidl +++ b/app/src/main/aidl/com/geeksville/mesh/IMeshService.aidl @@ -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