Skip to content

Instantly share code, notes, and snippets.

@masayuki610930
Created May 26, 2015 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masayuki610930/8aedd3a0a0971a1b2894 to your computer and use it in GitHub Desktop.
Save masayuki610930/8aedd3a0a0971a1b2894 to your computer and use it in GitHub Desktop.
Androidでビープ音を出す
ToneGenerator toneGenerator
= new ToneGenerator(AudioManager.STREAM_SYSTEM, ToneGenerator.MAX_VOLUME);
toneGenerator.startTone(ToneGenerator.TONE_PROP_BEEP);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment