Added alarm latch timer to release latch after a specified period even if Accept Alarm button is not pressed.

This commit is contained in:
Graham Jones
2017-05-07 19:56:24 +01:00
parent 00c335f70b
commit b0b61b9fd2
6 changed files with 112 additions and 28 deletions

View File

@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 24
buildToolsVersion '24.0.1'
buildToolsVersion '25.0.0'
useLibrary 'org.apache.http.legacy'
defaultConfig {