This commit is contained in:
Pieter Vander Vennet 2025-07-06 20:49:13 +02:00
parent 4f710446e3
commit fb7983583c

View file

@ -9,7 +9,7 @@
android:enableOnBackInvokedCallback="true"
android:theme="@style/AppTheme">
<activity
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode|navigation"
android:name=".MainActivity"
android:label="@string/title_activity_main"
android:theme="@style/AppTheme.NoActionBarLaunch"
@ -39,7 +39,9 @@
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="orgmapcomplete" />
<data
android:host="mapcomplete.org"
android:scheme="orgmapcomplete" />
<data android:path="/passthrough.html" />
</intent-filter>
</activity>