Fix receiving shared gpx files

This commit is contained in:
José Rebelo 2024-04-13 13:55:25 +01:00
parent 320fccbaae
commit 717789dc48
1 changed files with 1 additions and 1 deletions

View File

@ -822,7 +822,7 @@
android:label="@string/gpx_receiver_activity_title"
android:screenOrientation="portrait"
android:windowSoftInputMode="stateHidden"
android:exported="false">
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.SEND" />
<action android:name="android.intent.action.SEND_MULTIPLE" />