Loading services/core/java/com/android/server/pm/LauncherAppsService.java +1 −0 Original line number Diff line number Diff line Loading @@ -380,6 +380,7 @@ public class LauncherAppsService extends SystemService { "To query by shortcut ID, package name must also be set"); } // TODO(b/29399275): Eclipse compiler requires explicit List<ShortcutInfo> cast below. return new ParceledListSlice<>((List<ShortcutInfo>) mShortcutServiceInternal.getShortcuts(getCallingUserId(), callingPackage, changedSince, packageName, shortcutIds, Loading Loading
services/core/java/com/android/server/pm/LauncherAppsService.java +1 −0 Original line number Diff line number Diff line Loading @@ -380,6 +380,7 @@ public class LauncherAppsService extends SystemService { "To query by shortcut ID, package name must also be set"); } // TODO(b/29399275): Eclipse compiler requires explicit List<ShortcutInfo> cast below. return new ParceledListSlice<>((List<ShortcutInfo>) mShortcutServiceInternal.getShortcuts(getCallingUserId(), callingPackage, changedSince, packageName, shortcutIds, Loading