We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jaksm/expo-docs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
---
title: IntentLauncher
description: A library that provides an API to launch Android intents.
sourceCodeUrl: https://github.com/expo/expo/tree/sdk-52/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
```