I'm using the commands
respectively to make my phone ring or vibrate, but how would I make it ring and vibrate at the same time? I can't set both of these parameters at the same time right?
Thanks...
B4X:
p.SetRingerMode(p.RINGER_NORMAL)
p.SetRingerMode(p.RINGER_VIBRATE)
respectively to make my phone ring or vibrate, but how would I make it ring and vibrate at the same time? I can't set both of these parameters at the same time right?
Thanks...