diff --git a/matrix-sdk-android/src/androidTest/AndroidManifest.xml b/matrix-sdk-android/src/androidTest/AndroidManifest.xml new file mode 100644 index 0000000000000000000000000000000000000000..274bd8c87b14e39bc108254a879aff19425b5bf3 --- /dev/null +++ b/matrix-sdk-android/src/androidTest/AndroidManifest.xml @@ -0,0 +1,18 @@ +<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> diff --git a/matrix-sdk-android/src/main/AndroidManifest.xml b/matrix-sdk-android/src/main/AndroidManifest.xml index 220a168f60ef25659b96f50b9d4a91cb7c09b916..de0731422c11426399db25c4e274d733ba8096e5 100644 --- a/matrix-sdk-android/src/main/AndroidManifest.xml +++ b/matrix-sdk-android/src/main/AndroidManifest.xml @@ -10,15 +10,6 @@ <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. Access to these file will be given via the FileService, with a temporary