mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-06 17:38:48 +00:00
AndroidManifest.xml: remove another filter for intents once thrown by Google Navigation
This commit is contained in:
parent
1b232b3ba5
commit
02ec2b07cd
1 changed files with 0 additions and 6 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue