Check the docs, http://developer.android.com/reference/android/os/Vibrator.html
如果在像这样的电话上有一名摄影师在场的话,你需要做的是检查:
Vibrator vi;
vi = (Vibrator) getSystemService(Context.VIBRATOR_SERVICE);
if(vi.hasVibrator()){
vi.vibrate(100);
}
由于振奋剂市场可过滤<>/em>。 避免这种情况,你可以使用“false”的特性。
<uses-permission android:name="android.permission.VIBRATE" />
<uses-feature android:name="there.isnt.a.vibrate.feature" android:required="false" />
本文记载的所有文件:
http://developer.android.com/guide/topics/manifest/uses-permission-element.html
http://developer.android.com/guide/topics/mani.4/1999//uses-feature-element.html
<><><><>><>>>>>><>>>>>>>
由于你正在使用振奋剂许可,因此不存在维比特特征。 因此,你的ok子只使用使用,并在 Java法中进行检查。
装置需要一台振动器,才能与甲状腺市场兼容,但当然,这对亚马逊和其他附属市场来说,这只字塔。 (Barnes & Noble Nook don t have a vib).
This is backed up by Dianne Hackthorn (Android lead dev at Google s) reply to this thread:
http://groups.google.com/group/android-developers/browse_thread/thread/7713e796ea2d0f5f