车机app
Carwebguru
http://carwebguru.com/
XUI
http://www.chaui.cn/index.html
?
酷狗音樂
http://download.kugou.com/
高德地圖
https://auto.amap.com/download
?
桌面控制三方播放器
https://www.jianshu.com/p/a1a5a02f7c5f
/*** 下一曲*/ private void nextMusic() {if (eventtime<=0)return;Intent downIntent = new Intent(Intent.ACTION_MEDIA_BUTTON, null);KeyEvent downEvent = new KeyEvent(eventtime, eventtime, KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_MEDIA_NEXT, 0);downIntent.putExtra(Intent.EXTRA_KEY_EVENT, downEvent);sendOrderedBroadcast(downIntent, null);Intent upIntent = new Intent(Intent.ACTION_MEDIA_BUTTON, null);KeyEvent upEvent = new KeyEvent(eventtime, eventtime, KeyEvent.ACTION_UP, KeyEvent.KEYCODE_MEDIA_NEXT, 0);upIntent.putExtra(Intent.EXTRA_KEY_EVENT, upEvent);sendOrderedBroadcast(upIntent, null); }?
總結(jié)
 
                            
                        - 上一篇: 记载下这个题中的语法(对这些语法的使用不
- 下一篇: 双指针解决数组排序问题
