代码与范例:
1 2 3 4 |
NotificationManager notificationManager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); Notification notification = new Notification(); notification.vibrate = new long[]{0, 200, 100, 200, 100, 200}; // 数组是以毫秒为单位的暂停、震动、暂停……时间 notificationManager.notify(R.string.app_name, notification); |
说明:这时不会生成状态栏通知。需要注意的是,要在 manifest 中添加 <uses-permission android:name=”android.permission.VIBRATE” /> 权限。
好高端!!!大叔SX值得买么,我想买一个!
你说的是日版的那台?如果喜欢小巧的手机的话,现在只能选 SX 了吧。手机本身没什么问题,记得注意下运营商解锁的问题以及其他一些交易问题。