Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
新しい PayPal SDK を調べたところ、構成またはカスタマイズする方法が (ほぼ) ないようです。
何かを見落としていないか、特に「クレジットカードで支払う」オプションを無効にする方法があるかどうかに興味があります。これにより、ユーザーはクレジットカードを撮影する写真アプリに移動します。
いろいろ調べていると、これに気づきました...
インテント.putExtra(PaymentActivity.EXTRA_SKIP_CREDIT_CARD, true);
起動インテントに追加すると、実際には、表示されたアクティビティから CC ボタンが削除されます。