File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 24
24
<action android : name =" android.intent.action.MAIN" />
25
25
<category android : name =" android.intent.category.LAUNCHER" />
26
26
</intent-filter >
27
+ <!-- Firebase Dynamic Links Intent Filter -->
28
+ <intent-filter android : autoVerify =" true" >
29
+ <action android : name =" android.intent.action.VIEW" />
30
+ <category android : name =" android.intent.category.DEFAULT" />
31
+ <category android : name =" android.intent.category.BROWSABLE" />
32
+ <!-- Accepts URIs that begin with your dynamic link domain -->
33
+ <data android : scheme =" https" android : host =" htmain.page.link" />
34
+ </intent-filter >
27
35
</activity >
28
36
<!-- Don't delete the meta-data below.
29
37
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
Original file line number Diff line number Diff line change 1
1
name : ht_main
2
2
description : main headlines toolkit mobile app.
3
- version : 0.37.4
3
+ version : 0.37.5
4
4
publish_to : none
5
5
repository : https://github.com/headlines-toolkit/ht-main
6
6
environment :
You can’t perform that action at this time.
0 commit comments