Huawei Related Exams
H14-231_V1.0 Exam
Which of the following interfaces can repeatedly call a function with a fixed time delay between each call?
When using EventHandler to implement inter-thread communication, if EventRunner takes out the Runnable task, it will trigger the callback method of EventHandler and the processing method of EventHandler.
A developer is writing a piece of code to control the access rights of an Ability
Apps with the ohos.permission.CAMERA permission can access this ability. The relevant code completed by the developer in config.json is as follows:
"abilities": [
{
"name": ". MainAbility",
"description":
"Sstring:description_main_abi1ity",
"icon" : "$media:hiworld.png",
"label": "HiCamera",
"1aunchType": "standard",
"orientation": "portrait",
"visible": false,______________________________
} ]
Which of the following should the developer add to the horizontal line?