V4.0.1 Fixed crash in report seizure function

This commit is contained in:
Graham Jones
2022-03-23 19:26:50 +00:00
parent 5b877820c4
commit ed1de99044
5 changed files with 4 additions and 2 deletions

Binary file not shown.

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="97"
android:versionName="4.0.0">
android:versionCode="98"
android:versionName="4.0.1">
<!-- android:allowBackup="false" -->
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />

View File

@@ -46,6 +46,7 @@ public class ReportSeizureActivity extends AppCompatActivity {
finish();
return;
}
mContext = this;
mConnection = new SdServiceConnection(getApplicationContext());
setContentView(R.layout.activity_report_seizure);

View File

@@ -3,6 +3,7 @@
<string name="app_name">OpenSeizureDetector</string>
<string name="changelog">
"\n
\nV4.0.1 - fixed crash in Report Seizure function
\nV4.0.0
- Introduced the &lt;b>Data Sharing&lt;/b> feature to allow users to share their seizure and false alarm data
with researchers to help improve the system.&lt;br/>