Android: add unicast discovery domain + app icon

This commit is contained in:
Peter Steinberger
2025-12-17 15:29:19 +01:00
parent 691bf85d7e
commit 036bdde764
22 changed files with 227 additions and 9 deletions

View File

@@ -16,6 +16,8 @@
<application
android:name=".NodeApp"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/Theme.ClawdisNode">