Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d9603ecb authored by Clara Bayarri's avatar Clara Bayarri Committed by android-build-merger
Browse files

Merge "Fix silent errors when launching Keyboard Shortcuts from Settings" into nyc-dev

am: bcedd6b7

* commit 'bcedd6b7':
  Fix silent errors when launching Keyboard Shortcuts from Settings

Change-Id: I43938e09b83271cf48ddfe6bb6f956332f415c18
parents 861d45b5 bcedd6b7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17159,6 +17159,7 @@ public final class ActivityManagerService extends ActivityManagerNative
                    || Intent.ACTION_MEDIA_SCANNER_SCAN_FILE.equals(action)
                    || Intent.ACTION_GET_PERMISSIONS_COUNT.equals(action)
                    || Intent.ACTION_GET_PERMISSIONS_PACKAGES.equals(action)
                    || Intent.ACTION_SHOW_KEYBOARD_SHORTCUTS.equals(action)
                    || AppWidgetManager.ACTION_APPWIDGET_CONFIGURE.equals(action)
                    || AppWidgetManager.ACTION_APPWIDGET_UPDATE.equals(action)
                    || LocationManager.HIGH_POWER_REQUEST_CHANGE_ACTION.equals(action)) {