Android Related Exams
AND-802 Exam

Permission is the right given to an application by Android to allow access to restricted system API (Application Programming Interface) such as Camera, Bluetooth, GPS, etc…
If you want to configure your app to receive an intent from another app, you should open AndroidManifest.xml file in your app, and then add …………………………………. including the name and category which will be used in the second app’s configuration.
If you are developing more than one application that is signed with the same certificate, and you want these applications to share access to each other’s data and run in the same process, you need to give them the same ………………