From fe38f5be9f8b3dbf79e4bf802394f47059460b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rn=20=C3=85ne=20de=20Jong?= Date: Wed, 20 Dec 2023 15:11:20 +0100 Subject: [PATCH] Update intent-filter for sideloading eap-config * Add support for application/x-eap-config content-type * Do not trigger on application/octet-stream * Don't require content-type if file extension matches * Don't require file extension if content-type matches --- android/app/src/main/AndroidManifest.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index cab7dcb..24f58a1 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -33,7 +33,6 @@ @@ -42,7 +41,15 @@ + + + + + + + @@ -74,4 +81,4 @@ - \ No newline at end of file +