From 985e73dec8bc09f44877ce309c76ecc6990b83ba Mon Sep 17 00:00:00 2001 From: olly Date: Fri, 17 Sep 2021 10:22:31 +0100 Subject: [PATCH] Fix documention for specifying a custom exolist.json Issue: #9437 #minor-release PiperOrigin-RevId: 397273931 --- docs/demo-application.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/demo-application.md b/docs/demo-application.md index 4e548edb60..e9a50c34d4 100644 --- a/docs/demo-application.md +++ b/docs/demo-application.md @@ -174,7 +174,7 @@ file at `https://yourdomain.com/samples.exolist.json`, you can open it in the demo app using: ~~~ -adb shell am start -a com.android.action.VIEW \ +adb shell am start -a android.intent.action.VIEW \ -d https://yourdomain.com/samples.exolist.json ~~~ {: .language-shell}