From 89bdea4465e77889538886de9d8f283bfc5f452f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Flo=20D=C3=B6rr?= Date: Sun, 5 Mar 2023 13:25:45 +0100 Subject: [PATCH] fix: Remove VIEW intents from AndroidManifest.xml VIEW Intents are not handled within the app, thus confusing the user when trying to open a file using the app. fixes #133 --- android/app/src/main/AndroidManifest.xml | 135 ----------------------- 1 file changed, 135 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 9ba6f3a..e2cea0c 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -28,16 +28,6 @@ - - - - - - - - - - @@ -50,16 +40,6 @@ - - - - - - - - - - @@ -72,16 +52,6 @@ - - - - - - - - - - @@ -94,20 +64,6 @@ - - - - - - - - - - @@ -122,18 +78,6 @@ - - - - - - - - - - @@ -146,18 +90,6 @@ - - - - - - - - - - @@ -170,18 +102,6 @@ - - - - - - - - - - @@ -194,16 +114,6 @@ - - - - - - - - - - @@ -216,20 +126,6 @@ - - - - - - - - - - @@ -244,16 +140,6 @@ - - - - - - - - - - @@ -266,20 +152,6 @@ - - - - - - - - - - @@ -308,11 +180,4 @@ - - - - - - - \ No newline at end of file