[android] Adjust gpx filter
Signed-off-by: cyber-toad <the.cyber.toad@proton.me>
This commit is contained in:
parent
b3b318b3c4
commit
41371eb37a
1 changed files with 4 additions and 0 deletions
|
@ -603,6 +603,10 @@
|
|||
<data android:host="*"/>
|
||||
<data android:mimeType="*/*"/>
|
||||
<data android:pathPattern=".*\\.gpx" />
|
||||
<data android:pathPattern=".*\\..*\\.gpx" />
|
||||
<data android:pathPattern=".*\\..*\\..*\\.gpx" />
|
||||
<data android:pathPattern=".*\\..*\\..*\\..*\\.gpx" />
|
||||
<data android:pathPattern=".*\\..*\\..*\\..*\\..*\\.gpx" />
|
||||
</intent-filter>
|
||||
|
||||
<intent-filter>
|
||||
|
|
Reference in a new issue