From 60decd4101236d7085ccd9dce0b8ebddd1103f47 Mon Sep 17 00:00:00 2001 From: Roman Tsisyk Date: Sat, 15 Oct 2022 09:16:57 +0300 Subject: [PATCH] [android] Fix lint warnings for intent-filters (#3595) * [android] Fix lint warnings for intent-filters > Data tags should only declare unique attributes > Consider splitting data tag into multiple tags > with individual attributes to avoid confusion All the `` elements contained within the same `` element contribute to the same filter. So, for example, the following filter specification, ``` . . . ``` is equivalent to this one: ``` . . . ``` https://developer.android.com/guide/topics/manifest/data-element Signed-off-by: Roman Tsisyk --- android/AndroidManifest.xml | 68 ++++++------------------------------- 1 file changed, 10 insertions(+), 58 deletions(-) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 7b8a8946a3..4dc210eb54 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -68,7 +68,6 @@ android:name="com.mapswithme.maps.SplashActivity" android:exported="true"> - @@ -76,14 +75,6 @@ - - - - - - - - @@ -94,8 +85,9 @@ - + + @@ -104,8 +96,9 @@ - + + @@ -558,24 +551,10 @@ - - - - - - - - - - - - - - + + + + @@ -602,16 +581,11 @@ - - - - - - + @@ -630,35 +604,13 @@ - - - - - - - - - - - - - - - - - - - - - - - +