1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-07 05:38:13 +02:00

Fix receiving shared gpx files

This commit is contained in:
José Rebelo 2024-04-13 13:55:25 +01:00
parent 320fccbaae
commit 717789dc48

View File

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