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

HarmonyOS
4天前
浏览
收藏 0
回答 1
待解决
回答 1
按赞同
/
按时间
FengTianYa

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

关于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.

分享
微博
QQ
微信
回复
4天前
相关问题
XComponent 怎么设置成透明
1906浏览 • 1回复 待解决
如何将AbilityUI界面设置成透明
2147浏览 • 1回复 待解决
HarmonyOS imagePacker不支持编码jpg格式
468浏览 • 1回复 待解决
HarmonyOS 子窗口要如何设置成横屏
44浏览 • 1回复 待解决
Refresh组件不支持设置nestedScroll属性
1988浏览 • 1回复 待解决
应用开发中CSS不支持伪元素吗?
6576浏览 • 1回复 待解决