Enable "interledger" non-URI payment method.
After this patch, Android payment applications can support "interledger" payment method by adding the following section to their AndroidManifest.xml file: <activity android:name=".PaymentActivity" android:exported="true"> <intent-filter> <action android:name="org.chromium.intent.action.PAY" /> </intent-filter> <meta-data android:name="org.chromium.default_payment_method_name" android:value="interledger" /> </activity> Flag: chrome://flags/#android-payment-apps Design: https://docs.google.com/document/d/1izV4uC-tiRJG3JLooqY3YRLU22tYOsLTNq0P_InPJeE BUG=715577 Review-Url: https://codereview.chromium.org/2850503002 Cr-Commit-Position: refs/heads/master@{#467689}
Showing
Please register or sign in to comment