InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between these two syntaxes: android:uses-permission and uses-permission? |
|
Answer» An Intent object carries information that the Android system uses to determine which component to start. The Intent object contains information which is used either from the components that receive that intent or the Android system itself. We are defining the Intent Filter in Manifest File. We can set the type of intents to accept perform some ACTION using these elements:
|
|