Hi !
In the upcoming f(x) wallet version (Android), would it be possible to implement a new intent
Would it be possible to implement a new intent like this ?
<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="wc" />
</intent-filter>
The aim would be to be able to directly integrate this intent to the QRCode Scan activity of the app, on a mobile device which has the f(x)wallet app installed, since a mobile device cannot scan a QRCode displayed on its own screen…
Thanks,
@FrenchXCore