Loading core/java/com/android/internal/app/ChooserActivity.java +4 −1 Original line number Diff line number Diff line Loading @@ -2156,7 +2156,10 @@ public class ChooserActivity extends ResolverActivity implements Bundle extras = new Bundle(); extras.putString(Intent.EXTRA_SHORTCUT_ID, shortcutInfo.getId()); ChooserTarget chooserTarget = new ChooserTarget(shortcutInfo.getShortLabel(), ChooserTarget chooserTarget = new ChooserTarget( shortcutInfo.getLongLabel() != null ? shortcutInfo.getLongLabel() : shortcutInfo.getShortLabel(), null, // Icon will be loaded later if this target is selected to be shown. score, matchingShortcuts.get(i).getTargetComponent().clone(), extras); Loading Loading
core/java/com/android/internal/app/ChooserActivity.java +4 −1 Original line number Diff line number Diff line Loading @@ -2156,7 +2156,10 @@ public class ChooserActivity extends ResolverActivity implements Bundle extras = new Bundle(); extras.putString(Intent.EXTRA_SHORTCUT_ID, shortcutInfo.getId()); ChooserTarget chooserTarget = new ChooserTarget(shortcutInfo.getShortLabel(), ChooserTarget chooserTarget = new ChooserTarget( shortcutInfo.getLongLabel() != null ? shortcutInfo.getLongLabel() : shortcutInfo.getShortLabel(), null, // Icon will be loaded later if this target is selected to be shown. score, matchingShortcuts.get(i).getTargetComponent().clone(), extras); Loading