|
@@ -24,12 +24,12 @@ class CustomAppUtils {
|
24
|
24
|
appList.add(getCusomAppBean(
|
25
|
25
|
context.getString(R.string.rotation),
|
26
|
26
|
Const.CUSTOMROTATIONAPP,
|
27
|
|
- AppCompatResources.getDrawable(context,R.drawable.icon_speed)!!
|
|
27
|
+ AppCompatResources.getDrawable(context,R.drawable.icon_rotation)!!
|
28
|
28
|
))
|
29
|
29
|
appList.add(getCusomAppBean(
|
30
|
30
|
context.getString(R.string.changepsd),
|
31
|
31
|
Const.CUSTOMROTATIONAPP,
|
32
|
|
- AppCompatResources.getDrawable(context,R.drawable.icon_speed)!!
|
|
32
|
+ AppCompatResources.getDrawable(context,R.drawable.icon_changepwd)!!
|
33
|
33
|
))
|
34
|
34
|
return appList
|
35
|
35
|
}
|