We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e4af7 commit 021b181Copy full SHA for 021b181
android/app/src/main/AndroidManifest.xml
@@ -24,6 +24,13 @@
24
<action android:name="android.intent.action.MAIN"/>
25
<category android:name="android.intent.category.LAUNCHER"/>
26
</intent-filter>
27
+ <intent-filter android:autoVerify="true">
28
+ <action android:name="android.intent.action.VIEW" />
29
+ <category android:name="android.intent.category.DEFAULT" />
30
+ <category android:name="android.intent.category.BROWSABLE" />
31
+ <data android:scheme="https" />
32
+ <data android:host="maestro.mobile.dev" />
33
+ </intent-filter>
34
</activity>
35
<!-- Don't delete the meta-data below.
36
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
0 commit comments