Which of the following tab is used to import data from other application
Answers
Answer:
Just as an app can send data to other apps, it can also receive data from other apps as well. Think about how users interact with your application and what data types you want to receive from other applications. For example, a social networking application might be interested in receiving text content, like an interesting web URL, from another app.
Users will often send data to your app through the Android Sharesheet or the intent resolver. All received data has a MIME type set by the providing app. There are three ways your app can receive data sent by another app:
An Activity with a matching intent-filter tag in the manifest
One or more ChooserTarget objects returned by your ChooserTargetService
Sharing Shortcuts published by your app. These supersede ChooserTarget objects. Sharing Shortcuts are only available if your app is running Android 10 (API level 29).
Explanation:
please mark me brainlist
kindly request