Reorganized implementation of Quit

Added QUIT action to intent receiver
This commit is contained in:
Juha Heinanen
2022-07-07 10:12:55 +03:00
parent bc6ec54647
commit 52da111a71
4 changed files with 108 additions and 103 deletions

View File

@ -55,9 +55,7 @@
<action android:name="android.intent.action.DIAL" />
<action android:name="android.intent.action.CALL" />
<action android:name="android.intent.action.CALL_PRIVILEGED" />
<category android:name="android.intent.category.DEFAULT" />
<data android:scheme="tel" />
<data android:scheme="sip" />
</intent-filter>
@ -164,6 +162,7 @@
<intent-filter>
<action android:name="com.tutpro.baresip.REGISTER" />
<action android:name="com.tutpro.baresip.UNREGISTER" />
<action android:name="com.tutpro.baresip.QUIT" />
</intent-filter>
</receiver>
</application>