September 2015
Beginner to intermediate
356 pages
7h 27m
English
The permissions and API key must be defined in the AndroidManifest.xml file, which provides essential information about applications to an operating system. The OpenGL ES version must be specified in manifest, which is then required to render the map and also different versions of Google Play services.
Three permissions are required for our map application to work properly.
The permissions should be added inside the <manifest> element. The four permissions are as follows:
Let's now take a look at what these permissions are for.
This permission is required for our application to gain access to the Internet. Since Google ...
Read now
Unlock full access