History | View | Annotate | Download (1.15 KB)
remove extraneous line from AndroidManifest.xml
build target version to android-23/6.0
handle incoming ACTION_CONNECT Intents from panic receiver apps
A panic receiver can initiate the connection by sending ACTION_CONNECT.
handle ACTION_DISCONNECT events
The receiving app can send a disconnect at any time to tell the trigger appthat it no longer wants to be connected. This handles that Intent silentlyin the background, since it was most likely sent because the user removed...
skeleton project