android 通知Notification 加入默认系统声音和自定义声音
NotificationManager manger = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE); Notification notification = new Notification(); //自定义声音...
notification - 提醒
time:忽略时长参数,震动时长为预先设定值。 简单的范例: 复制 navigator.notification.vibrate(); navigator.notification.vibrate(2500); // 2500被忽略掉 ...