From 647badbf4a638ac9ed89a385ddccdd36ac1e1755 Mon Sep 17 00:00:00 2001 From: ariskotsomitopoulos Date: Tue, 14 Sep 2021 19:09:50 +0300 Subject: [PATCH] Enhance Manifest attributes exporting - Add comments on Add exported="true" attributes - Disable manifest exporting for: - (service) VectorConnectionService - (receiver) MediaButtonReceiver --- vector/src/main/AndroidManifest.xml | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/vector/src/main/AndroidManifest.xml b/vector/src/main/AndroidManifest.xml index 13a85e1e6f4..7492da37e8d 100644 --- a/vector/src/main/AndroidManifest.xml +++ b/vector/src/main/AndroidManifest.xml @@ -92,8 +92,10 @@ android:theme="@style/Theme.Vector.Launcher" /> + @@ -107,9 +109,12 @@ + + @@ -124,9 +129,12 @@ android:scheme="element" /> + + @@ -147,7 +155,6 @@ android:name=".features.media.VectorAttachmentViewerActivity" android:theme="@style/Theme.Vector.Black.Transparent" tools:ignore="Instantiatable" /> - - @@ -186,6 +192,7 @@ + + + - - - - @@ -308,7 +314,6 @@ @@ -379,7 +386,9 @@ A media button receiver receives and helps translate hardware media playback buttons, such as those found on wired and wireless headsets, into the appropriate callbacks in your app. --> - +