HarmonyOS 应用不支持其他应用唤起,是不是exported调试的时候设置为true,打正式包的时候设置成false?

如题:HarmonyOS 应用不支持其他应用唤起,是不是exported调试的时候设置为true,打正式包的时候设置成false?

阅读 436
1 个回答

您的应用不能被其他应用唤起,可能是代码或者其他问题:

关于exported的解释如下:

"exported": {
  "description": "Specifies whether the ability can be called by other applications.The \"true\" indicates the ability can be called by other applications.The \"false\" indicates the ability cannot be called by other applications.This tag is optional. The default value is false.",
  "type": "boolean",
  "default": false
},

如果您的应用需要被其他应用唤起,这边的设置需要设置为true.

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
logo
HarmonyOS
子站问答
访问
宣传栏