From a058028af5f84c1df8b7779057b58c38e36690f7 Mon Sep 17 00:00:00 2001 From: ZetaTom <70907959+ZetaTom@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:00:23 +0100 Subject: [PATCH] Restrict export of app components. Signed-off-by: tobiasKaminsky --- app/src/main/AndroidManifest.xml | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index be31b78dd..d34eb5d75 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,6 +1,12 @@ - - + + @@ -19,7 +25,6 @@ android:networkSecurityConfig="@xml/network_security_config" android:supportsRtl="true" android:theme="@style/AppTheme" - tools:targetApi="n" android:taskAffinity=""> + android:exported="false"> + android:exported="false"> @@ -130,7 +135,7 @@ + android:exported="false"> @@ -144,7 +149,7 @@ + android:exported="false">