I've added this to my manifest:
<uses-permission android:name="android.permission.VIBRATE" />
I am wondering whether this will disable auto update for my current users. This question says asking for redundant permissions will not require manual update. So I wonder will VIBRATE prevent auto update?