<uses-permission android:name="android.permission.VIBRATE"></uses-permission>

Will an app requiring this show up in the Android Market for Google TV?

link|improve this question

can it vibrate? – Nanne Jan 31 at 21:35
probably the remote would vibrate;-) – Navin Jan 31 at 21:38
I dunno, maybe the screen will shake. I'm trying to ensure my app will work on as many Android devices as possible. I read this, but didn't see anything specifically about hardware features. . – tunneling Jan 31 at 21:45
I suggested to Google that Google TV devices be outfitted with a USB attachment that would vibrate the user's sofa. The response was "contributions are welcome"... :-) – CommonsWare Jan 31 at 22:42
feedback

1 Answer

up vote 1 down vote accepted

That permission will not block an app from showing up in the Market for Google TV devices.

The only permissions that are at risk of blocking an app from showing up in the Market are those that imply a hardware feature that is covered by <uses-feature>. There is no <uses-feature> for the vibration motor. Hence, the VIBRATE permission does not imply any particular <uses-feature> element.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.