https://qx.process.com?f=anyValueの形式で QR コードの URL を傍受するためにインテント フィルターを使用しようとしています 。 つまり、指定された URL が 'f= ' パラメータが指定されました。私はこれを試しましたが、うまくいきません:
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE"></category>
<data android:scheme="https" android:host="qx.process.com"
android:pathPrefix="\\?f=*">
</data>
</intent-filter>