gpt4 book ai didi

android - 使用 shell 脚本重启 Android 应用程序

转载 作者:行者123 更新时间:2023-11-29 18:40:19 26 4
gpt4 key购买 nike

我正在尝试通过 am 命令重新启动应用程序 (com.android.snapchat)。

我启动应用程序的代码是

am start --user 0 -a android.intent.action.MAIN \
-n com.android.snapchat/.MainActivity

上面启动了 snapchat 应用程序。但是,我的程序流程是这样实现的:

while true
if(snapchat is running)
then
restart snapchat
...
else
start snapchat
....

我如何使用 am 命令本身来做到这一点?

最佳答案

用于重新启动应用程序首次运行

am force-stop com.android.snapchat

然后使用您一直使用的命令再次启动它。

关于android - 使用 shell 脚本重启 Android 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53185406/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com