# Android

Currently on Android, It's not possible to record internal sounds without the microphone for video recorder. This is because of no public API availability.

{% hint style="danger" %}
Even though in-game sounds can be recorded in root mode, this is out of the scope of this plugin as it may be removed from store without notice by google anytime if publishing using private API's. So our plugin won't use any private API's for reliability.
{% endhint %}

However, you can record the screen with the sound through microphone which is acceptable.

{% hint style="info" %}
In upcoming updates we will come up with an option to add custom music incase if audio through microphone recording is not yielding better results.
{% endhint %}


---

# 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://assetstore.replaykit.voxelbusters.com/limitations/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.
