Started to add a simplified default main screen.

This commit is contained in:
Graham Jones
2024-10-10 18:14:04 +01:00
parent db60f7f095
commit 83df18d77b
5 changed files with 1316 additions and 12 deletions

View File

@@ -50,6 +50,9 @@
<activity
android:name=".MainActivity2"
android:exported="false" />
<activity
android:name=".ActivityMainSimple"
android:exported="false" />
<!--<activity
android:name=".MlModelManager"
android:exported="false"