Update submodule linphone
Fixing leak during file transfert
This commit is contained in:
parent
c89344b535
commit
5f2b1dbab3
2 changed files with 1 additions and 24 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 5b13469eafbda3e5148b69e158aa58ce9d5dd66c
|
Subproject commit 7c712bbec36bba2164b11def1cec7becba3da40c
|
23
test.patch
23
test.patch
|
@ -1,23 +0,0 @@
|
||||||
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
|
|
||||||
index 9ee95b62..bb763a24 100755
|
|
||||||
--- a/AndroidManifest.xml
|
|
||||||
+++ b/AndroidManifest.xml
|
|
||||||
@@ -287,15 +287,15 @@
|
|
||||||
</intent-filter>
|
|
||||||
</service>
|
|
||||||
|
|
||||||
- <provider
|
|
||||||
+ <!--<provider
|
|
||||||
android:name="android.support.v4.content.FileProvider"
|
|
||||||
- android:authorities="org.linphone.provider"
|
|
||||||
+ android:authorities="org.linphone.provider${linphone_app_id}"
|
|
||||||
android:exported="false"
|
|
||||||
android:grantUriPermissions="true">
|
|
||||||
<meta-data
|
|
||||||
android:name="android.support.FILE_PROVIDER_PATHS"
|
|
||||||
android:resource="@xml/provider_paths"/>
|
|
||||||
- </provider>
|
|
||||||
+ </provider>-->
|
|
||||||
|
|
||||||
<activity
|
|
||||||
android:name=".tutorials.TutorialLauncherActivity"
|
|
Loading…
Reference in a new issue