|
@@ -11,11 +11,11 @@ import com.xhly.corelib.bean.AppInfo
|
11
|
11
|
class CustomAppUtils {
|
12
|
12
|
public fun getCustomAppList(context: Context): ArrayList<AppInfo> {
|
13
|
13
|
val appList= arrayListOf<AppInfo>()
|
14
|
|
- /* appList.add(getCusomAppBean(
|
|
14
|
+ appList.add(getCusomAppBean(
|
15
|
15
|
context.getString(R.string.appstore),
|
16
|
16
|
Const.STOREAPPPKG,
|
17
|
17
|
AppCompatResources.getDrawable(context,R.drawable.icon_store)!!
|
18
|
|
- ))*/
|
|
18
|
+ ))
|
19
|
19
|
appList.add(getCusomAppBean(
|
20
|
20
|
context.getString(R.string.speed),
|
21
|
21
|
Const.CUSTOMSPEEDAPP,
|