HarmonyOS bundleManager.getProfileByAbilitySync接口报错17700024
实际在module.json5中存在此值:
try {
let data = bundleManager.getProfileByAbilitySync('face', 'MainAbility','hwc-theme');
hilog.info(0x0000, 'testTag', 'getProfileByAbilitySync successfully. Data: %{public}s', JSON.stringify(data));
} catch (err) {
let message = (err as BusinessError).message;
hilog.error(0x0000, 'testTag', 'getProfileByAbilitySync failed. Cause: %{public}s', message);
}
module.json5中内容:
"abilities": [
{
"name": "MainAbility",
"srcEntry": "./ets/ability/MainAbility.ets",
"description": "$string:MainAbility_desc",
"icon": "$media:tiger",
"label": "$string:MainAbility_label",
"startWindowIcon": "$media:startIcon",
"startWindowBackground": "$color:start_window_background",
"exported": true,
"metadata": [
{
"name": "theme",
"value": "Theme.Emui.NoActionBar"
}
],
"skills": [
{
"entities": [
"entity.system.home"
],
"actions": [
"action.system.home"
]
}
]
},
HarmonyOS
赞
收藏 0
回答 1
待解决
相关问题
bundleManager.isApplicationEnabledSync接口报错17700001,如何处理
1456浏览 • 1回复 待解决
HarmonyOS bundleManager.canOpenLink一直返回false
320浏览 • 1回复 待解决
HarmonyOS手机模拟器OpenSLES接口采集音频报错
353浏览 • 1回复 待解决
上传文件接口报错 ,该怎么处理啊?
601浏览 • 1回复 待解决
HarmonyOS使用Node-API接口创建ArkTS运行时环境,napi_load_module_with_info接口报错
285浏览 • 1回复 待解决
调用请求通知notificationManager.requestEnableNotification接口,报错17700001
1898浏览 • 1回复 待解决
HarmonyOS taskpool.SequenceRunner执行task任务,在task中调用接口报错
334浏览 • 1回复 待解决
upload 接口报错误码17, http protocol error
1902浏览 • 2回复 待解决
调用Ability相关接口时报错startManageTestService failed: {“code”:16000002}
1569浏览 • 1回复 待解决
napi方法 arkts调用c++接口时,报错Hardware vsync is not available
121浏览 • 1回复 待解决
查询指定应用是否可用 推荐api9 但是里面没有这个方法 bundleManager.isApplicationEnabled
1883浏览 • 1回复 待解决
HarmonyOS 钱包NFC接口对接
249浏览 • 1回复 待解决
HarmonyOS 接口请求处理
50浏览 • 1回复 待解决
使用bundleManager.getBundleInfoForSelf方法获取app和module信息时,字符串资源变量未解析
191浏览 • 1回复 待解决
request.uploadFile报错13400001,file operation error ,后端服务也没收到接口请求
248浏览 • 0回复 待解决
HarmonyOS napi 接口线程安全咨询
254浏览 • 1回复 待解决
HarmonyOS编解码接口标准
277浏览 • 1回复 待解决
HarmonyOS如何调用http/https接口?
10137浏览 • 3回复 已解决
SSL peer certificate or SSH remote key was not OK,网络数据接口请求突然报错怎么回事?
2875浏览 • 1回复 待解决
HarmonyOS 是否有类似java中System.nanoTime()接口开放为C接口?
83浏览 • 1回复 待解决
HarmonyOS Huks isKeyItemExist 报错
237浏览 • 1回复 待解决
HarmonyOS router pushUrl报错
434浏览 • 1回复 待解决
HarmonyOS 图片风控接口的问题
255浏览 • 1回复 待解决
需要配置metadata中resource中的内容才可以,参考: