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携帯のリアスピーカーとフロントスピーカーにアクセスしたい。
AudioManager audioManager = (AudioManager) getSystemService(AUDIO_SERVICE); if(!audioOption) audioManager.setMode(AudioManager.MODE_IN_CALL); else audioManager.setMode(AudioManager.MODE_NORMAL);