From 642dce1168d9372fabb16235a888d2ca9efecc01 Mon Sep 17 00:00:00 2001 From: Krut Patel Date: Wed, 5 Apr 2023 22:03:41 +0530 Subject: [PATCH] Set android:exported to true for activities with intent filters Required so that other apps can launch these activities. --- AndroidManifest.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 7555e1f0..709c559c 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -85,7 +85,7 @@ @@ -284,7 +284,7 @@