Loading services/core/java/com/android/server/policy/PhoneWindowManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -1357,7 +1357,7 @@ public class PhoneWindowManager implements WindowManagerPolicy { } try { ActivityManager.getService().startActivityFromRecents(targetTask.persistentId, null); } catch (RemoteException e) { } catch (RemoteException | IllegalArgumentException e) { Slog.e(TAG, "Failed to start task " + targetTask.persistentId + " from recents", e); } } Loading Loading
services/core/java/com/android/server/policy/PhoneWindowManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -1357,7 +1357,7 @@ public class PhoneWindowManager implements WindowManagerPolicy { } try { ActivityManager.getService().startActivityFromRecents(targetTask.persistentId, null); } catch (RemoteException e) { } catch (RemoteException | IllegalArgumentException e) { Slog.e(TAG, "Failed to start task " + targetTask.persistentId + " from recents", e); } } Loading