Started on new main activity that will be based on fragments so user can select what information to display rather than having everything on one complicated screen.
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:versionCode="128"
|
||||
android:versionName="4.2.1b">
|
||||
|
||||
<!-- android:allowBackup="false" -->
|
||||
<uses-permission android:name="android.permission.BLUETOOTH" />
|
||||
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
|
||||
@@ -22,10 +21,13 @@
|
||||
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
|
||||
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
|
||||
|
||||
<!-- AD_ID seems to be added automatically as part of google play services. We don't use ads,
|
||||
so explicitly remove it to keep Google Play store happy. -->
|
||||
<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>
|
||||
<!--
|
||||
AD_ID seems to be added automatically as part of google play services. We don't use ads,
|
||||
so explicitly remove it to keep Google Play store happy.
|
||||
-->
|
||||
<uses-permission
|
||||
android:name="com.google.android.gms.permission.AD_ID"
|
||||
tools:node="remove" />
|
||||
|
||||
<uses-feature
|
||||
android:name="android.hardware.telephony"
|
||||
@@ -39,6 +41,9 @@
|
||||
android:label="@string/app_name"
|
||||
android:networkSecurityConfig="@xml/network_security_config"
|
||||
android:theme="@style/AppTheme">
|
||||
<activity
|
||||
android:name=".MainActivity2"
|
||||
android:exported="false" />
|
||||
<activity
|
||||
android:name=".MlModelManager"
|
||||
android:exported="false"
|
||||
@@ -61,7 +66,7 @@
|
||||
android:exported="true"
|
||||
android:icon="@drawable/star_of_life_48x48"
|
||||
android:label="@string/app_name" />
|
||||
<activity
|
||||
g <activity
|
||||
android:name=".PrefActivity"
|
||||
android:label="OpenSeizureDetector Preferences" />
|
||||
<activity
|
||||
|
||||
Reference in New Issue
Block a user