From 16ef63cdfc0f42aa445b2dbc22715bde20ac3226 Mon Sep 17 00:00:00 2001 From: simakova Date: Mon, 1 Jul 2024 01:30:57 -0700 Subject: [PATCH] Update the composition README file PiperOrigin-RevId: 648282532 --- demos/composition/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/demos/composition/README.md b/demos/composition/README.md index 48ca854449..9162757673 100644 --- a/demos/composition/README.md +++ b/demos/composition/README.md @@ -1,6 +1,8 @@ # Composition demo -This app is an experimental demo app to demonstrate how to use Composition and CompositionPlayer APIs. +This app is an **EXPERIMENTAL** demo app created to explore the potential of `Composition` and `CompositionPlayer` APIs. It may exhibit limited features, occasional bugs, or unexpected behaviors. + +**Attention**: `CompositionPlayer` APIs should be taken as work in progress, rather than experimental API. Please await further announcement via [Release Notes](https://github.com/androidx/media/releases) for when the APIs are fully integrated. See the [demos README](../README.md) for instructions on how to build and run this demo.