64.0k views
5 votes
Which permission is necessary for an app to use GPS?

A. android.permission.ACCESS_NETWORK_STATE
B. android.permission.WRITE_EXTERNAL_STORAGE
C. android.permission.ACCESS_FINE_LOCATION
D. android.permission.CAMERA

User Adalle
by
7.1k points

1 Answer

6 votes

Final answer:

The permission required for an app to use GPS is android.permission.ACCESS_FINE_LOCATION'. This permission enables apps to obtain precise location data.

Step-by-step explanation:

The permission necessary for an app to use GPS is C. android.permission.ACCESS_FINE_LOCATION. The permission required for an app to use GPS is 'android.permission.ACCESS_FINE_LOCATION'. This permission enables apps to obtain precise location data. The permission required for an app to use GPS is 'android.permission.ACCESS_FINE_LOCATION'.

This permission enables apps to obtain precise location data. This allows apps to access precise location data provided by GPS and network-based positioning. It's essential for applications that need to track a device's exact location, such as navigation and location-based services apps.

User Shubham Mishra
by
7.4k points