Added time limit for NDA logging so it stopps logging after a given period - needs checking though as it might not work...

This commit is contained in:
Graham Jones
2022-10-23 22:47:25 +01:00
parent 7a977ea54e
commit ce5e1b4074
5 changed files with 175 additions and 21 deletions

View File

@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="uk.org.openseizuredetector"
android:versionCode="103"
android:versionName="4.0.7">
android:versionCode="113"
android:versionName="4.0.8b">
<!-- android:allowBackup="false" -->
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />