diff --git a/app/src/main/aidl/com/geeksville/mesh/IMeshService.aidl b/app/src/main/aidl/com/geeksville/mesh/IMeshService.aidl index e6990925d..a440b7ef3 100644 --- a/app/src/main/aidl/com/geeksville/mesh/IMeshService.aidl +++ b/app/src/main/aidl/com/geeksville/mesh/IMeshService.aidl @@ -20,6 +20,13 @@ The intent you use to reach the service should look like this: ) } +In Android 11+ you *may* need to add the following to the client app's manifest to allow binding of the mesh service: + + + +For additional information, see https://developer.android.com/guide/topics/manifest/queries-element + + 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.mesh.x broadcast intents, where x is: