gpt4 book ai didi

android - 使用 adb shell am start 命令启动 Activity 时 -n 的用途是什么

转载 作者:行者123 更新时间:2023-11-29 01:17:06 30 4
gpt4 key购买 nike

我们可以使用以下 adb shell 命令启动 Activity 。

adb shell am start -n <PackageName>/<ActivityName>

但有些应用程序上面的命令不起作用,我们需要从上面的命令中删除“-n”选项。喜欢关注。

adb shell am start <PackageName>/<ActivityName>

“-n”选项有什么用?为什么有时我们无法使用“-n”选项启动应用程序?

最佳答案

根据 Specification for intent arguments :

-n component

Specify the component name with package name prefix to create an explicit intent, such as com.example.app/.ExampleActivity.

关于android - 使用 adb shell am start 命令启动 Activity 时 -n 的用途是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38870494/

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