4949 <action android : name =" android.intent.action.MAIN" />
5050 <category android : name =" android.intent.category.LAUNCHER" />
5151 </intent-filter >
52+
53+ <intent-filter android : autoVerify =" true" >
54+ <action android : name =" android.intent.action.VIEW" />
55+
56+ <category android : name =" android.intent.category.DEFAULT" />
57+ <category android : name =" android.intent.category.BROWSABLE" />
58+
59+ <data
60+ android : host =" send.flipcash.com"
61+ android : pathPattern =" /cash/.*"
62+ android : scheme =" https" />
63+ </intent-filter >
64+
65+ <intent-filter android : autoVerify =" true" >
66+ <action android : name =" android.intent.action.VIEW" />
67+
68+ <category android : name =" android.intent.category.DEFAULT" />
69+ <category android : name =" android.intent.category.BROWSABLE" />
70+
71+ <data
72+ android : host =" send.flipcash.com"
73+ android : pathPattern =" /c/.*"
74+ android : scheme =" https" />
75+ </intent-filter >
76+
77+ <intent-filter android : autoVerify =" true" >
78+ <action android : name =" android.intent.action.VIEW" />
79+
80+ <category android : name =" android.intent.category.DEFAULT" />
81+ <category android : name =" android.intent.category.BROWSABLE" />
82+
83+ <data
84+ android : host =" jump.flipcash.com"
85+ android : scheme =" https" />
86+ </intent-filter >
87+
88+ <intent-filter >
89+ <action android : name =" android.intent.action.VIEW" />
90+
91+ <category android : name =" android.intent.category.DEFAULT" />
92+ <category android : name =" android.intent.category.BROWSABLE" />
93+
94+ <data
95+ android : host =" send.flipcash.com"
96+ android : pathPattern =" /c/.*"
97+ android : scheme =" codewallet" />
98+ </intent-filter >
5299 </activity >
53100
54101 <!--
91138<!-- android:name="com.bugsnag.android.API_KEY"-->
92139<!-- android:value="${BUGSNAG_API_KEY}" />-->
93140
94- <!-- <provider-->
95- <!-- android:name="androidx.startup.InitializationProvider"-->
96- <!-- android:authorities="${applicationId}.androidx-startup"-->
97- <!-- android:exported="false"-->
98- <!-- tools:node="merge">-->
99- <!-- <meta-data-->
100- <!-- android:name="androidx.work.WorkManagerInitializer"-->
101- <!-- android:value="androidx.startup"-->
102- <!-- tools:node="remove" />-->
103- <!-- </provider>-->
104-
105141 </application >
106142
107143</manifest >
0 commit comments