> For the complete documentation index, see [llms.txt](https://guide.prismlive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.prismlive.com/mobile/feature-update/android-update.md).

# Android Update

## v5.2.0 Update (2025-5-21)

The PRISM Mobile Android v5.2.0 update includes the following new features:

* Improved the Screencast floating widget
* Improved overlay count limit settings
* Added pose support in 3D VTuber
* Added an in-app AI chatbot
* Added a recent-login indicator
* Added stabilization and framing options
* Fixed SOOP broadcast quality issues

***

## v5.1.0 Update (2025-2-5)

The PRISM Mobile Android v5.1.0 update includes the following new features:

* Added support for audio mixers.
* Added support for 60fps streaming.
* Added option to automatically reuse the most recent live title.
* Improved display of beauty filter status during live streams.
* Improved visibility of the selected status for scheduled live streams.
* Removed automatic YouTube description tags for PLUS subscribers.

***

## v5.0.0 Update (2025-10-4)

The PRISM Mobile Android v5.0.0 update includes the following new features:

* Added support for Sony mocopi motion capture in 3D VTuber mode.
* Added Image Playlist feature for sequential image playback.
* Added support for streaming via Kick login authentication.
* Added option to reuse the most recent live title automatically.
* Improved display of scheduled YouTube live status.

***

## v4.9.0 Update (2025-9-10)

The PRISM Mobile Android v4.9.0 update includes the following new features:

* Added support for 3D VTuber motion templates.
* Added support for ScreenCast text effects.
* Added support for locking overlay sources.
* Added support for immediate playback when applying media sources.
* Added support for using user files as backgrounds for Screen Saver effects.
* Changed Camera/Microphone On/Off policy when exiting the Screen Saver effect.
* Added support for moving the PIP area during background streaming.
* Added support for telephoto lenses on Samsung Galaxy devices.

***

## v4.8.0 Update (2025-7-28)

The PRISM Mobile Android v4.8.0 update includes the following new features:

* Added [PLUS subscription](/prism-plus/about.md) plan with premium features.

***

## v4.7.0 Update (2025-3-21)

The PRISM Mobile Android v4.7.0 update includes the following new features:

* [Added support for vertical screencast video streaming.](/mobile/guides/features/screencast/using-screencast.md)
* Added 3D avatar source to screencast.
* Improved PRISM chat widget.
* Changed Live Status Indicator enabled by default.

***

## v4.6.0 Update (2025-1-8)

The PRISM Mobile Android v4.6.0 update includes the following new features:

* Added QR code overlay feature to MyStudio widget
* Added support for Bluetooth microphones (More menu > Use Bluetooth microphone)
* Added new beauty effects feature
* Improved usability of the CONNECT feature
* Removed the video editing feature

***

## v4.5.0 Update (2024-11-14)

The PRISM Mobile Android v4.5.0 update includes the following new features:

* 3D VRM VTuber feature
* Announcement feature

***

## v4.4.0 Update (2024-8-14)

The PRISM Mobile Android v4.4.0 update includes the following new features:

* Added on-device AI script extraction feature (supports English only)
* Updated Android Target API level to 34
* Other performance and stability improvements


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guide.prismlive.com/mobile/feature-update/android-update.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
