ExamGecko
Question list
Search
Search

Related questions











Question 611 - H14-231_V1.0 discussion

Report
Export

The following code snippet is used to start the Service of the remote device, if it is replaced with the Service.withDeviceld('deviceld') that starts the local device, it can be deleted.

Intent intent =new Intent();

Operation operation =new Intent.OperationBuilderO

.withDeviceld('deviceld')

.withBundleName

('com.domainname.hiworld.himusic')

.withAbilityName('com.domainname.hiworld.himusic.ServiceAbility')

.withFlags(Intent.FLAG_ABILITYSLICE_MULTI_DEVICE)

.bui1d();

intent.setOperation(operation);

startAbility(intent);

A.
True
Answers
A.
True
B.
False
Answers
B.
False
Suggested answer: A
asked 18/09/2024
Avinash Kumar
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first