# Android

<details>

<summary>Release Note</summary>

### **Version:** 1.1.5 (current)

Date: 2025-09-04

**New Feature**&#x20;

* Added a new SDK API: `MCOfferwallSDK.SetToolbarTitle(String title)`

  * It is now possible to set a custom title on the Offerwall toolbar.
  * If no title is set, the toolbar remains blank as before.

  **Usage Example:**

  ```kotlin
  MCOfferwallSDK.SetToolbarTitle("your_custom_title");
  ```

</details>

{% content-ref url="/spaces/8FPXPNk0nLIRsJsg3nxP/pages/K3hJYZvloKWmtTx1zeyd" %}
[Install SDK](/android/install-sdk.md)
{% endcontent-ref %}

{% content-ref url="/spaces/8FPXPNk0nLIRsJsg3nxP/pages/NIR6mTe8bSoZSNt0VEtL" %}
[Reward User](/android/reward-user.md)
{% endcontent-ref %}


---

# 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://docs.mychips.io/android.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.
