AND-802 Android Security Essentials Questions and Answers
Questions 4
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…
Questions 5
What is the purpose of adding the following permission tag to your app's AndroidManifest.xml file?
C.
Allows the application to access internet .
D.
Allows the application to access external storage.
Questions 6
getExternalFilesDir( ) method is used to get the directory of the external storage.