applibgroup / HarmonyOS-Knowledgebase

This repository contains code samples of HarmonyOS Training
Apache License 2.0
17 stars 6 forks source link

Intents and IntentConstants #82

Open kanaksony opened 3 years ago

kanaksony commented 3 years ago

Hello Community,

In order to develop an HMOS app, I need to use Intents. While browsing the documentation of SDK both offline and online HarmonyOS Java API Documentation, I found - Intents belong to ohos.utils.IntentConstants and Intentconstants belong to ohos.aafwk.content.Intent I can see both have a list of ACTION.

Additional information

Developer Platform: Windows DevEco Studio version: 2.1.0.501 SDK API version: 5 SDK version:2.1.1.21 Device: Simulator

Can anyone please specify the differences and similarities between the two?

NOTE: I have not created an issue for the above on StackOverflow, please let me know if it is required.

-- Regards, Kanak Sony