Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
抱歉,如果这个问题有点糟糕,但一位用户报告说我的应用程序中的振动不适用于他的三星 Galaxy S3。有没有人遇到过这种手机型号的问题?
我正在使用振动的标准代码:
Vibrator vibe = (Vibrator) getSystemService(Context.VIBRATOR_SERVICE); vibe.vibrate(1000);
刚试过它正在我的S3上工作。安卓版本是4.1.2,
PS:这个问题可能对未来的目的没有帮助,它可能会被关闭。