Skip to main content

How to launch a hidden activity?


My APK 2.9.0 has been released with a new feature called Component Launcher, which allows users to access and launch hidden activities within third-party apps. These components are typically not exposed to users through the standard app interface, but they can contain useful functionalities that enhance your app experience.
Currently, the Component Launcher supports the Activity component only. Support for other Android components, like Service and Broadcast Receiver, might be added in the future.
Using the Component Launcher is straightforward and user-friendly. Here’s a step-by-step guide to get you started:
  • Open My APK: Ensure you have the latest version installed on your device.
  • Select the App tab and open the desired app's details.
  • Navigate to the Activity section and click on the launch icon
  • Explore and Launch: You can select the target component name (the one with a green indicator. The grey one is not exported, so it is unlikely that you can launch it). You can define the Intent action, URI string (the data), and the Intent extras.
  • Click the Launch icon to open your component. That's it!

This version is available on Play store
See all the changelog here

Comments