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 SMS アプリケーションを開きたいのですが、どの連絡先も受信者として設定したくありません。
Uri uri = Uri.parse("smsto:"); Intent intent = new Intent(Intent.ACTION_SENDTO, uri); intent.putExtra("sms_body", "Hello World!"); startActivity(intent);
この方法では許可は必要ありませんManifest
Manifest