How do I modify or remove system-defined shortcuts such as "app info" and "Pause app" in android

88 views Asked by At

enter image description here

I have tried retrieving all the existing shortcut using

shortcutManager.getShortcuts(ShortcutManager.FLAG_MATCH_PINNED) with all existing flag but it didnt retrieve "App info" and "Pause app" shortcut.
0

There are 0 answers