Loading core/java/android/content/pm/LauncherApps.java +1 −0 Original line number Diff line number Diff line Loading @@ -146,6 +146,7 @@ public class LauncherApps { try { activities = mService.getLauncherActivities(packageName, user); } catch (RemoteException re) { throw new RuntimeException("Failed to call LauncherAppsService"); } if (activities == null) { return Collections.EMPTY_LIST; Loading Loading
core/java/android/content/pm/LauncherApps.java +1 −0 Original line number Diff line number Diff line Loading @@ -146,6 +146,7 @@ public class LauncherApps { try { activities = mService.getLauncherActivities(packageName, user); } catch (RemoteException re) { throw new RuntimeException("Failed to call LauncherAppsService"); } if (activities == null) { return Collections.EMPTY_LIST; Loading