Changed lots of log entries to debug start-stop problems and (I think) fixed the problem with permissions on Android 8 - alpha test version of V2.6

This commit is contained in:
Graham Jones
2019-01-23 06:25:34 +00:00
parent 5e17623586
commit 4cd2220d51
9 changed files with 95 additions and 38 deletions

View File

@@ -2,7 +2,9 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="uk.org.openseizuredetector"
android:versionCode="42"
android:versionName="2.6.0">
android:versionName="2.6.0"
android:allowBackup="false"
>
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />