AndroidManifest.xml: remove another filter for intents once thrown by Google Navigation

This commit is contained in:
Andreas Schildbach 2022-08-29 10:01:50 +02:00
parent 1b232b3ba5
commit 02ec2b07cd

View file

@ -99,12 +99,6 @@
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
</intent-filter>
<!-- thrown by google maps when starting navigation -->
<intent-filter android:label="@string/stations_intentfilter_title">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:scheme="google.navigation" />
</intent-filter>
<!-- thrown by google now gesture -->
<intent-filter android:label="@string/stations_intentfilter_title">
<action android:name="android.intent.action.ASSIST" />