Added BaresipApp to avoid baresip service starting before baresip library is loaded

This commit is contained in:
Juha Heinanen
2026-01-19 05:20:04 +02:00
parent b12ad8453b
commit 951dc55f60
4 changed files with 18 additions and 10 deletions

View File

@ -40,6 +40,7 @@
android:required="false" />
<application
android:name=".BaresipApp"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:installLocation="internalOnly"