K P
K P

Reputation: 182

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

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.

Upvotes: 0

Views: 151

Answers (0)

Related Questions