risk profile api

This commit is contained in:
jayesh
2024-04-08 15:05:50 +05:30
parent abbd468500
commit fc7df4c7e7
11 changed files with 649 additions and 59 deletions

View File

@@ -30,8 +30,33 @@
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
<!-- Don't delete the meta-data below.
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
<!-- SMALL CASE API-->
<activity android:name="com.smallcase.gateway.screens.transaction.activity.TransactionProcessActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.BROWSABLE" />
<category android:name="android.intent.category.DEFAULT" />
<data
android:host="pi-advisors"
android:scheme="scgateway"
/>
</intent-filter>
</activity>
<activity android:name="com.smallcase.gateway.screens.common.RedirectActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.BROWSABLE" />
<category android:name="android.intent.category.DEFAULT" />
<data
android:host="pi-advisors"
android:scheme="scgatewayredirect"
/>
</intent-filter>
</activity>
<meta-data
android:name="flutterEmbedding"
android:value="2" />