V3.11 - Fixed heart rate reporting in network datasource
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="uk.org.openseizuredetector"
|
||||
android:versionCode="64"
|
||||
android:versionName="3.1.10"
|
||||
android:versionCode="65"
|
||||
android:versionName="3.1.11"
|
||||
>
|
||||
<!--android:allowBackup="false"-->
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
|
||||
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
|
||||
|
||||
|
||||
<uses-feature
|
||||
android:name="android.hardware.telephony"
|
||||
android:required="false" />
|
||||
@@ -28,7 +29,11 @@
|
||||
<application
|
||||
android:theme="@style/Theme.AppCompat"
|
||||
android:icon="@drawable/star_of_life_48x48"
|
||||
android:label="@string/app_name">
|
||||
android:label="@string/app_name"
|
||||
android:networkSecurityConfig="@xml/network_security_config"
|
||||
>
|
||||
<!--android:usesCleartextTraffic="true"-->
|
||||
|
||||
<activity android:name=".StartupActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
@@ -64,7 +69,6 @@
|
||||
<uses-library
|
||||
android:name="org.apache.http.legacy"
|
||||
android:required="false" />
|
||||
|
||||
</application>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user