Added LogManagerControl activity to view and control the status of the LogManager

This commit is contained in:
Graham Jones
2022-01-05 18:03:46 +00:00
parent 93c0fc91cc
commit 8a2bbd1cfb
8 changed files with 321 additions and 14 deletions

View File

@@ -64,7 +64,7 @@
android:name=".SdServer"
android:exported="false" />
<activity android:name=".LogManagerActivity" />
<activity android:name=".LogManagerControlActivity" />
<receiver
android:name=".BootBroadcastReceiver"