some work on adding answer/reject buttons to call notification

some minor improvements
This commit is contained in:
Juha Heinanen
2018-06-27 16:50:13 +03:00
parent 5505bacc18
commit 82c717d75f
6 changed files with 163 additions and 24 deletions

View File

@ -111,6 +111,16 @@
<service android:name=".BaresipService" >
</service>
<receiver
android:enabled="true"
android:exported="true"
android:name="com.tutpro.baresip.RunOnStartup"
android:permission="android.permission.RECEIVE_BOOT_COMPLETED">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
</application>
</manifest>