From 2a056aeb2e05420fb87a290542d95413df86f80a Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sat, 16 Apr 2016 23:01:19 +0200 Subject: [PATCH] Match less intents for receiving files Be liberal when accepting SEND intents, but restrict to text files for VIEW intents. --- app/src/main/AndroidManifest.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index ff4817ba..9074c5f9 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -49,8 +49,8 @@ android:taskAffinity="com.termux.filereceiver" android:excludeFromRecents="true" android:noHistory="true"> + - @@ -61,6 +61,16 @@ + + + + + + + + + +