opt app list UI
This commit is contained in:
@@ -57,9 +57,11 @@ public enum AppEnum {
|
||||
|
||||
//"均衡器",
|
||||
Equlizer( "均衡器", "com.zhidao.equalizer", R.drawable.module_apps_ic_equlizer ),
|
||||
Equlizer_NWD( "均衡器", "com.nwd.audioset", R.drawable.module_apps_ic_equlizer ),
|
||||
|
||||
//"方控学习",
|
||||
SteerProduct( "方控学习", "com.zd.steerproduct", R.drawable.module_apps_ic_stee_product ),
|
||||
SteerProduct_NWD( "方控学习", "", R.drawable.module_apps_ic_stee_product ),
|
||||
|
||||
//"车载设置",
|
||||
CarSettings( "车载设置", "com.zhidao.settings", R.drawable.module_apps_ic_car_setting ),
|
||||
@@ -78,12 +80,25 @@ public enum AppEnum {
|
||||
|
||||
// 本地视频
|
||||
LocalVideo( "本地视频", "com.zhidao.video", R.drawable.module_apps_ic_local_video ),
|
||||
LocalVideo_NWD( "本地视频", "com.nwd.android.video.ui", R.drawable.module_apps_ic_local_video ),
|
||||
|
||||
// 车辆信息
|
||||
CanBus( "车辆信息", "com.nwd.can.setting", R.drawable.module_apps_ic_canbus ),
|
||||
|
||||
// 蓝牙电话
|
||||
BT_PHONE( "蓝牙电话", "com.nwd.android.phone", R.drawable.module_apps_ic_bt_phone ),
|
||||
|
||||
// 本地音乐
|
||||
LOCAL_MUSIC( "本地音乐", "", 0 ),
|
||||
|
||||
// 天气
|
||||
WEATHER( "天气", "com.zhidao.weather", 0 ),
|
||||
|
||||
// 蓝牙音乐
|
||||
BT_MUSIC( "蓝牙音乐", "com.nwd.bt.music", 0 ),
|
||||
|
||||
// 高德地图
|
||||
AUTO_NAVI( "高德地图", "com.autonavi.amapauto", 0 ),
|
||||
;
|
||||
|
||||
private String mName;
|
||||
|
||||
Reference in New Issue
Block a user