# Android: Notification Icons

If you operate an Android app, you can change the notification icon. To change the notification icon for your Android app, you don't need to add any extra code. Just make sure to set the resource name of the icon according to the naming conventions, and the FlareLane SDK will recognize the notification icon automatically.

This guide will demonstrate how to create the icon using Android Studio.

## 1. Open the Project with Android Studio

If it's a regular Android project, it should be recognized as such, as shown below.

<figure><img src="https://4151189289-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSJ35x4PFzaneH3SrvcBt%2Fuploads%2FBJhdB3Am7xMBzj9JSTkK%2Fimage.png?alt=media&#x26;token=5395d1c4-3538-47c6-bb68-2821f84a27d7" alt=""><figcaption></figcaption></figure>

## 2. Open Image Asset creation window

Right click root project, click New -> Image Asset

<figure><img src="https://4151189289-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSJ35x4PFzaneH3SrvcBt%2Fuploads%2FOJfXGMse1cx8NISD7Fnc%2Fimage.png?alt=media&#x26;token=ff0eef57-1c21-4d87-a7ee-6854326cae70" alt=""><figcaption></figcaption></figure>

## 3. Create Notification Icon

{% hint style="info" %}
To comply with the Android policy, the notification icon should have a transparent background.
{% endhint %}

a. Choose "Notification Icons" for Icon Type

b. Input "ic\_stat\_flarelane\_default" for Name <mark style="color:red;">(Important!)</mark>

c. Select "Image" for Asset Type and attach the image you wish to use as an icon

<figure><img src="https://4151189289-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSJ35x4PFzaneH3SrvcBt%2Fuploads%2FHrp0wDdqtfB6jdZuHwVL%2Fimage.png?alt=media&#x26;token=835b08a1-b383-4767-a9e0-960bd7a6269e" alt=""><figcaption></figcaption></figure>

## 4. Confirm Changed Icon

To confirm that the icon has been successfully changed, rebuild the app and send a push notification to see the updated icon.

<figure><img src="https://4151189289-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSJ35x4PFzaneH3SrvcBt%2Fuploads%2FPs2cb4A8NuEZFcfE8rUd%2Fimage.png?alt=media&#x26;token=9053327e-452d-47dd-b974-a9b13101a6c0" alt="" width="375"><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.flarelane.com/guide-for-developers/mobile-sdk-setup/additional-setup/android-notification-icons.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
