Loading services/core/java/com/android/server/policy/PhoneWindowManager.java +3 −1 Original line number Diff line number Diff line Loading @@ -3396,7 +3396,9 @@ public class PhoneWindowManager implements WindowManagerPolicy { IShortcutService shortcutService = mShortcutKeyServices.get(shortcutCode); if (shortcutService != null) { try { if (isUserSetupComplete()) { shortcutService.notifyShortcutKeyPressed(shortcutCode); } } catch (RemoteException e) { mShortcutKeyServices.delete(shortcutCode); } Loading Loading
services/core/java/com/android/server/policy/PhoneWindowManager.java +3 −1 Original line number Diff line number Diff line Loading @@ -3396,7 +3396,9 @@ public class PhoneWindowManager implements WindowManagerPolicy { IShortcutService shortcutService = mShortcutKeyServices.get(shortcutCode); if (shortcutService != null) { try { if (isUserSetupComplete()) { shortcutService.notifyShortcutKeyPressed(shortcutCode); } } catch (RemoteException e) { mShortcutKeyServices.delete(shortcutCode); } Loading