V4.2.1a - added standard deviation threshold to ML Algorithm
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:versionCode="125"
|
||||
android:versionName="4.1.11a">
|
||||
android:versionName="4.2.1a">
|
||||
<!-- android:allowBackup="false" -->
|
||||
<uses-permission android:name="android.permission.BLUETOOTH" />
|
||||
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
|
||||
@@ -34,8 +34,12 @@
|
||||
android:label="@string/app_name"
|
||||
android:networkSecurityConfig="@xml/network_security_config"
|
||||
android:theme="@style/AppTheme">
|
||||
<activity android:name=".AuthenticateActivity"/>
|
||||
<!-- @android:style/Theme.Holo.Light" -->
|
||||
<activity
|
||||
android:name=".MlModelManager"
|
||||
android:exported="false"
|
||||
android:label="@string/title_activity_ml_model_manager"
|
||||
android:theme="@style/AppTheme" />
|
||||
<activity android:name=".AuthenticateActivity" /> <!-- @android:style/Theme.Holo.Light" -->
|
||||
<activity android:name=".BLEScanActivity" />
|
||||
<activity android:name=".ExportDataActivity" /> <!-- android:usesCleartextTraffic="true" -->
|
||||
<activity
|
||||
@@ -70,9 +74,8 @@
|
||||
|
||||
<receiver
|
||||
android:name=".BootBroadcastReceiver"
|
||||
android:label="BootBroadcastReceiver"
|
||||
android:exported="true"
|
||||
>
|
||||
android:label="BootBroadcastReceiver">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
||||
</intent-filter>
|
||||
|
||||
Reference in New Issue
Block a user