Statistics
| Branch: | Revision:

fakepanicbutton / AndroidManifest.xml @ master

History | View | Annotate | Download (1.15 KB)

# Date Author Comment
d9d60be6 12/30/2015 02:00 pm Hans-Christoph Steiner

remove extraneous line from AndroidManifest.xml

5813eb1c 12/30/2015 02:00 pm Hans-Christoph Steiner

build target version to android-23/6.0

bced3e29 04/22/2015 01:08 am Hans-Christoph Steiner

handle incoming ACTION_CONNECT Intents from panic receiver apps

A panic receiver can initiate the connection by sending ACTION_CONNECT.

9afef883 04/17/2015 09:38 pm Hans-Christoph Steiner

handle ACTION_DISCONNECT events

The receiving app can send a disconnect at any time to tell the trigger app
that it no longer wants to be connected. This handles that Intent silently
in the background, since it was most likely sent because the user removed...

dfe98b3d 04/01/2015 07:10 pm Hans-Christoph Steiner

skeleton project