> For the complete documentation index, see [llms.txt](https://docs.mapbox.com/android/ja/navigation/llms.txt)

# Location permissions

With any turn-by-turn navigation app, you need an experience for requesting location permissions. The location permission dialog must be accepted through the phone, but you can request permissions using [`CarContext.requestPermissions()`](https://developer.android.com/training/cars/apps#permissions). Considering that the car does not have an experience for accepting location permissions, the library includes a [`NEEDS_LOCATION_PERMISSION`](https://docs.mapbox.com/android/navigation/api/coreframework/3.28.2//androidauto/com.mapbox.navigation.ui.androidauto.screenmanager/-mapbox-screen/-n-e-e-d-s_-l-o-c-a-t-i-o-n_-p-e-r-m-i-s-s-i-o-n.html) screen. After the location permissions have been accepted, you can continue to use screens that require the device location.

![A Android Auto screenshot of of the screen that tells the user to accept location permissions from their phone.](https://docs.mapbox.com/android/ja/assets/ideal-img/navigation-androidauto-permission.0982313.480.png)