Moved notification display to onCreate rather than onStartCommand to try to avoid crash - might fix #106

This commit is contained in:
Graham Jones
2023-06-18 19:16:55 +01:00
parent f1fa38214e
commit c539247c48
9 changed files with 835 additions and 25 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:versionCode="122"
android:versionName="4.1.8">
android:versionCode="123"
android:versionName="4.1.9">
<!-- android:allowBackup="false" -->
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />