From 9db3769facddaaf2247adffe4aa696c16c808b50 Mon Sep 17 00:00:00 2001 From: Tofunmi Adigun-Hameed Date: Tue, 6 Jun 2023 18:15:04 +0000 Subject: [PATCH] Merge pull request #439 from kaidokert:pick_workaround PiperOrigin-RevId: 538209925 (cherry picked from commit 886717e3fe08a89d3e3400c6bd51b9aa15d5aa7a) --- RELEASENOTES.md | 3 +++ demos/main/src/main/AndroidManifest.xml | 1 + 2 files changed, 4 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 690822059a..11f3841e0c 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -10,6 +10,9 @@ information if desired (possibly using `Logger.appendThrowableString(String, Throwable)`). * ExoPlayer: + * Add additional action to manifest of main demo for making it easier to + start the demo app with a custom `*.exolist.json` file + ([#439](https://github.com/androidx/media/pull/439)). * Transformer: * Parse EXIF rotation data for image inputs. * Track Selection: diff --git a/demos/main/src/main/AndroidManifest.xml b/demos/main/src/main/AndroidManifest.xml index 21d07e4ee5..10ce807160 100644 --- a/demos/main/src/main/AndroidManifest.xml +++ b/demos/main/src/main/AndroidManifest.xml @@ -52,6 +52,7 @@ +