From 07918dd88495dcf83c72123efcabd414dfd1f117 Mon Sep 17 00:00:00 2001 From: Haris Raza <49231547+haris3v@users.noreply.github.com> Date: Sat, 22 Jan 2022 15:16:18 +0500 Subject: [PATCH] Update AndroidManifest.xml android:exported="" is now required for every activity that contains inter-filter. --- app/src/main/AndroidManifest.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 9505e53..6fe9d36 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -11,7 +11,9 @@ android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme"> - + @@ -20,4 +22,4 @@ - \ No newline at end of file +