Basically, I want to open the Runnings Apps page (the one in the Application Manager in the settings) and eventually, the page of an active app (knowing its package name for example).
Is that even possible? I looked at the documentation and only found a way to open the All Applications (using ACTION_MANAGE_ALL_APPLICATIONS_SETTINGS) settings page.
Thanks you!
I do not believe that there is a documented and supported
Intentaction for “Running Apps”.For the Settings page of an individual app, use
ACTION_APPLICATION_DETAILS_SETTINGS.