ActivityManager
Launch any application activity
Install / Use
/learn @sdex/ActivityManagerREADME
Activity Manager - hidden activity launcher
Discover the activities of installed applications, run them, and create shortcuts
Features
- Launch exported activities
- Launch non-exported activities with the root permission
- Create custom shortcuts for activities
- Set any shortcut icon from the storage or use built-in Material icons
- Create and start any custom intents using Intent Builder
- Explore an app's details with Manifest Viewer
- Light/Dark theme support
Screenshots
<div style="display:flex;"> <img src="https://raw.githubusercontent.com/sdex/ActivityManager/master/metadata/en-US/images/phoneScreenshots/1_apps_list.png" alt="Screenshot" width="30%" /> <img src="https://raw.githubusercontent.com/sdex/ActivityManager/master/metadata/en-US/images/phoneScreenshots/2_activities_list.png" alt="Screenshot" width="30%" /> <img src="https://raw.githubusercontent.com/sdex/ActivityManager/master/metadata/en-US/images/phoneScreenshots/3_create_shortcut.png" alt="Screenshot" width="30%" /> <img src="https://raw.githubusercontent.com/sdex/ActivityManager/master/metadata/en-US/images/phoneScreenshots/4_pick_shortcut_icon.png" alt="Screenshot" width="30%" /> <img src="https://raw.githubusercontent.com/sdex/ActivityManager/master/metadata/en-US/images/phoneScreenshots/5_intent_builder.png" alt="Screenshot" width="30%" /> <img src="https://raw.githubusercontent.com/sdex/ActivityManager/master/metadata/en-US/images/phoneScreenshots/6_manifest_viewer.png" alt="Screenshot" width="30%" /> </div>Installing
Pre-compiled binaries are available as release assets.
Also available on F-droid:
<div style="display:flex;"> <a href="https://f-droid.org/packages/com.activitymanager/"> <img alt="Get it on F-Droid" height="80" src="docs/graphics/logos/f-droid-badge.png"/> </a> </div>Or build from the repo directly.
NOTE: Android SDK should be added to PATH environment variable for this to work.
./gradlew assemble
Contributing to the project
Support development
https://sdex.dev/donate/
License
Activity Manager is distributed under the terms of the Apache License (Version 2.0).
See the license for more information.
