摘要:
遇到的最大的问题是监听不到用户清除通知栏的广播。所以是不能监听到的。 自定义通知栏的View,然后service运行时更改notification的信息。 /** * Show a notification while this service is running. * 在service运行时,显 阅读全文
摘要:
1、webView加载h5网页视频,播放不了,android3.0之后要在menifest添加硬件加速的属性 android:hardwareAccelerated="true"。 2、接着是视屏播放实现横屏全屏效果,以及自定义加载提示和播放进度条。 public class myWebChrome 阅读全文