---
title: IntentLauncher
description: A library that provides an API to launch Android intents.
sourceCodeUrl: https://github.com/expo/expo/tree/main/packages/expo-intent-launcher
packageName: expo-intent-launcher
platforms: ["android"]
---
`expo-intent-launcher` provides a way to launch Android intents. For example, you can use this API to open a specific settings screen.
## Installation
## Usage
```ts
// Open location settings
startActivityAsync(ActivityAction.LOCATION_SOURCE_SETTINGS);
```
## API
```js
```