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…
Your app receives location updates from NETWORK_PROVIDER or from GPS_PROVIDER. If your app receives location information from either of these location provider sources, you need to declare that the app uses these hardware features in your app manifest. Which of the following tags gives the location information to your app?
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.