Skip to content
Snippets Groups Projects
Commit a0b7de4d authored by Benoit Marty's avatar Benoit Marty Committed by Benoit Marty
Browse files

Fix warning (will have to be done on Element too)

parent 4331c0bc
No related branches found
No related tags found
No related merge requests found
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.matrix.android.sdk">
<application>
<!--
This is mandatory to run integration tests
-->
<provider
android:name="androidx.work.impl.WorkManagerInitializer"
android:authorities="${applicationId}.workmanager-init"
android:exported="false"
tools:node="remove" />
</application>
</manifest>
...@@ -10,15 +10,6 @@ ...@@ -10,15 +10,6 @@
<application android:networkSecurityConfig="@xml/network_security_config"> <application android:networkSecurityConfig="@xml/network_security_config">
<!--
This is mandatory to run integration tests
-->
<provider
android:name="androidx.work.impl.WorkManagerInitializer"
android:authorities="${applicationId}.workmanager-init"
android:exported="false"
tools:node="remove" />
<!-- <!--
The SDK offers a secured File provider to access downloaded files. The SDK offers a secured File provider to access downloaded files.
Access to these file will be given via the FileService, with a temporary Access to these file will be given via the FileService, with a temporary
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment