Robert
unread,Sep 23, 2010, 10:16:52 AM9/23/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PATH2Go
Oh. Okay, this doesn't let me edit a message, so I'll send a second
post. I realized that Android has 'Silent mode', which turns audio
off, and 'vibration mode', which also does that too. I think that
means you probably don't care about the vibration mode at all and your
app can just do it or not depending on its own setting - sorry for
that confusion. That means the matrix could probably be more simple,
for what it's worth. Like so (again plain text table).
Phone | Application | App Result
Silent mode | Audio | Audio
----------------------------------------
OFF | ON | ON
OFF | OFF | OFF
ON | ON | OFF
ON | OFF | OFF
You may want to talk with your team about this for clarification, but
I hope this made sense.