version:5.0
fix: update:增加app快捷方式
This commit is contained in:
@@ -40,10 +40,10 @@ public class AddAppAdapter extends RecyclerView.Adapter<AddAppAdapter.AppHolder>
|
||||
@Override
|
||||
public void onBindViewHolder(@NonNull AppHolder holder, int position) {
|
||||
DesktopIcon desktopIcon = desktopIcons.get(position);
|
||||
String lable = desktopIcon.getLable();
|
||||
String lable = desktopIcon.getTitle();
|
||||
holder.tv_appname.setText(lable);
|
||||
holder.iv_icon.setImageDrawable(desktopIcon.getIcon());
|
||||
String pkg = desktopIcon.getPackageName();
|
||||
String pkg = desktopIcon.getPackage();
|
||||
|
||||
if (packageSet != null) {
|
||||
if (packageSet.contains(pkg)) {
|
||||
|
||||
Reference in New Issue
Block a user