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.
電話に付属の電卓を開くためのボタンがアクティビティにある場合、電卓からテキストを取得して、アクティビティでテキストを編集するように設定できますか、それともこれを行うには独自の電卓を構築する必要がありますか。
いいえ、株式計算機はそれを許可するように設定されていません。
その機能が必要な場合は、結果を返すような方法で独自の電卓アクティビティを作成する必要があります。最初のアクティビティから startActivityForResult() を使用できます。