在package/apps/Mms/src/com/android/mms/transaction/MessagingNotification.java中方法updateNotification()的最后一行之前加入一句:
....
notification.audioStreamType = AudioManage.STREAM_ALARM; //加入这句
nm.noti...
分类:
移动开发 时间:
2014-08-26 15:33:26
阅读次数:
433
(注:下面所指的低版本是指2.3及2.3以下版本)1.如何取消掉通知栏上的通知 (1)设置对应的flags,让用户点击既被消除:notification.flags = FLAG_AUTO_CANCEL; (2) 通过手动消除某项或则全部通知mNotificationMgr.cancle(NOTI....
分类:
其他好文 时间:
2014-07-27 22:33:59
阅读次数:
224
In one embodiment, a method includes sending to a mobile client computing device a first notification through a real-time push service, the first noti...
分类:
其他好文 时间:
2014-07-17 22:06:41
阅读次数:
603
主要理解了两个问题 1.线程数据同步的问题 2.线程交替运行的方式package
ThreadDemo;/** * 生产者与消费者的案例(一,同步的问题,值的问题 二,交替执行的问题) * @author lile *
同步的问题(synchronized 知识点) * 交替执行的问题(noti.....
分类:
编程语言 时间:
2014-05-01 15:03:52
阅读次数:
407