> For the complete documentation index, see [llms.txt](https://smartpossdk.gitbook.io/cloudpossdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/set-default-launcher.md).

# Set Default Launcher

### Overview

This guide explains how to configure your application to serve as the default launcher on an Android device.

### Steps to Follow

1. Develop Launcher Application:
   * Create your launcher application in accordance with Android's specifications and guidelines.
2. Declare Necessary Permissions:
   * In your application, declare the permission 'android.permission.CLOUDPOS\_DEFAULT\_LAUNCHER'.
   * Adding this permission enables your application to automatically start as the default launcher on the device.
