3

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 ?

PeeHaa
  • 71,436
  • 58
  • 190
  • 262
swan
  • 31
  • 2

2 Answers2

0

It is done using AudioManager. Refer the developers guide and it will help you a certain extent.

ssrp
  • 1,126
  • 5
  • 17
  • 35
-1

Not sure, but did you look at android.permission.VIBRATE ?

redGREENblue
  • 3,076
  • 8
  • 39
  • 57
  • No, I think VIBRATE only allow developer to make the mobile vibrating. I want to change the behaviour of the phone when it receive call/text message etc.. so that it will ring or vibrate or do nothing. – swan Feb 05 '11 at 23:57