From 13519c5387cbbab4e69278081fb95aa46f451de4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Thu, 23 Oct 2014 14:39:51 +0200 Subject: [PATCH] Call player intent Add an intent to enable linphone to play a media file when a call is running --- AndroidManifest.xml | 13 ++++++++--- src/org/linphone/InCallActivity.java | 35 ++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 3 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 647db6c58..b16eaf24b 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -96,9 +96,16 @@ android:theme="@style/FullScreen" android:noHistory="true" android:launchMode="singleTop"> - - - + + + + + + + + + +