DescriptionEnable "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}
Committed: https://chromium.googlesource.com/chromium/src/+/499dce94255c5175beeb668c2bdd7a9fc8a6576b
Patch Set 1 #
Total comments: 2
Patch Set 2 : Ganggui's comment #
Messages
Total messages: 12 (7 generated)
|