InterviewSolution
Saved Bookmarks
| 1. |
Suppose you have wanted to share from one application to another application, how you will share that? And from another application how you will retrieve data from first application? |
|
Answer» For protecting the PRIVACY of an Android user we are using PERMISSION concept in android. When the application is trying to access user data like contact, Gallery they REQUESTING permission. Depending on the feature, the system might grant the permission automatically or might prompt the user to approve the request
|
|