Tag

ActivityManager

0 views collected around this technical thread.

360 Quality & Efficiency
360 Quality & Efficiency
Feb 21, 2020 · Mobile Development

Using Reflection to Launch APKs on Android 10 via shellCommand

This article explains how to launch an Android 10 APK by reflecting the shellCommand method of ActivityManager, detailing the changes from startActivityAndWait, the required reflection steps, implementation code, and demonstration results on Android devices.

APKActivityManagerAndroid
0 likes · 4 min read
Using Reflection to Launch APKs on Android 10 via shellCommand