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.
Android アプリケーションを作成しました。Viberでテキスト メッセージを送信したい(インストールされている場合)。出来ますか?
ありがとう。
関連するキーを使用して、テキストをバンドル内のエクストラとして Viber パッケージにインテントを起動できます。
編集
例として、これによりワイヤレス設定アクティビティが起動されます。
startActivity( new Intent( Settings.ACTION_WIRELESS_SETTINGS ) );
Viber がサポートするアクション (ある場合) を選択すると、それが起動されます。