V4.0.1 Fixed crash in report seizure function
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -46,6 +46,7 @@ public class ReportSeizureActivity extends AppCompatActivity {
|
||||
finish();
|
||||
return;
|
||||
}
|
||||
mContext = this;
|
||||
mConnection = new SdServiceConnection(getApplicationContext());
|
||||
|
||||
setContentView(R.layout.activity_report_seizure);
|
||||
|
||||
@@ -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 <b>Data Sharing</b> feature to allow users to share their seizure and false alarm data
|
||||
with researchers to help improve the system.<br/>
|
||||
|
||||
Reference in New Issue
Block a user