suport "open with" for files

This commit is contained in:
Fabian Freund
2025-02-21 11:56:47 +01:00
parent 1b2e386541
commit 4ba0209abd
2 changed files with 3 additions and 1 deletions
@@ -66,6 +66,8 @@
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:hardwareAccelerated="true"
android:windowSoftInputMode="adjustResize">
<!-- We do want to ahndle "open with" by ourselfs. Prevents automatically pushing routes. -->
<meta-data android:name="flutter_deeplinking_enabled" android:value="false" />
<!-- Specifies an Android theme to apply to this Activity as soon as
the Android process has started. This theme is visible to the user
while the Flutter UI initializes. After that, this theme continues