Add patch for ui test
This commit is contained in:
parent
8148d6521b
commit
ddd7044bd8
2 changed files with 25 additions and 0 deletions
|
@ -366,8 +366,10 @@ run-liblinphone-tests:
|
|||
\tmake run-all-tests
|
||||
|
||||
run-all-tests: clean install
|
||||
\tpatch -p1 < test.patch
|
||||
\t./gradlew grantDebugPermissions
|
||||
\t./gradlew connectedAndroidTest
|
||||
\tpatch -Rp1 < test.patch
|
||||
|
||||
pull-transifex:
|
||||
\ttx pull -af
|
||||
|
|
23
test.patch
Normal file
23
test.patch
Normal file
|
@ -0,0 +1,23 @@
|
|||
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