# 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.
