Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想通过从应用程序外部调用来测试我的应用程序的所有活动。
是否可以?目前我只能从 adb 调用主要活动。是否可以启动其他活动?
一种解决方案可能是在我将所有活动声明为主要活动的 android 清单中。可行吗?
您可以从 adb shell 启动任何活动
adb shell am start -n package-name/activity-1-name