switched flutter package for resolving android intents

This commit is contained in:
2025-09-17 22:30:05 +02:00
parent f64ed77b75
commit 0502d82509
4 changed files with 16 additions and 28 deletions

View File

@@ -24,20 +24,6 @@
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SEND"/>
<category android:name="android.intent.category.DEFAULT"/>
<data android:mimeType="text/*"/>
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="https"
android:host="www.maps.google.com" />
<data android:scheme="https"
android:host="www.maps.app.goog.le" />
</intent-filter>
</activity>
<!-- Don't delete the meta-data below.