Android, change the profile of the phone [closed]
Closed 9 years ago.
- Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, 开发者_如何学Pythonand the expected results. See also: Stack Overflow question checklist
- Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
I would like to change the profile of the phone, for instance change from vibrator mode to normal mode or even plane mode. I cannot find in the permission list anything to allow this type of change. Is this possible ?
It is done using AudioManager. Refer the developers guide and it will help you a certain extent.
Not sure, but did you look at android.permission.VIBRATE ?
精彩评论