Start automatically also when new version of baresip is installed

This commit is contained in:
Juha Heinanen
2026-02-01 03:33:32 +02:00
parent 5713c4c2e1
commit b118629958

View File

@ -109,6 +109,7 @@
<intent-filter> <intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" /> <action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="android.intent.action.QUICKBOOT_POWERON" /> <action android:name="android.intent.action.QUICKBOOT_POWERON" />
<action android:name="android.intent.action.MY_PACKAGE_REPLACED" />
</intent-filter> </intent-filter>
</receiver> </receiver>