> For the complete documentation index, see [llms.txt](https://techappinnovation.gitbook.io/reward-app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://techappinnovation.gitbook.io/reward-app/how-to-change-app-name.md).

# How to Change App Name

{% hint style="success" %}

1. Open Android Studio > app > res > values > strings.xml.
2. &#x20;Enter your app name inside **"app\_name"** string tag:
   {% endhint %}

```xml
    <string name="app_name">Reward App</string>
```

<figure><img src="https://3544945336-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MYVITb44ZE04gvPY2qk%2Fuploads%2FtiZz4Nbb5iJ6oX4Ru7mO%2FScreenshot_73.png?alt=media&amp;token=f68f5833-c790-49a1-8a1d-0c904ad00f3b" alt=""><figcaption></figcaption></figure>
