From 1ace60ad2a559b43096917cf172a3e5031e09c91 Mon Sep 17 00:00:00 2001 From: Divyanshu Agrawal Date: Mon, 20 Jul 2020 15:52:34 +0530 Subject: [PATCH] android: Enable receiving 'shares' from other apps. This feature was marked as experimental because of several small bugs. These have been fixed in the preceeding commits. So, remove the comment that disables it. Fixes: #117 --- android/app/src/main/AndroidManifest.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 80c81432cdd..a678013b271 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -33,13 +33,11 @@ -