Update the README for how to launch any demo in Android via ADB command 21/325221/3
authorRichard Huang <r.huang@samsung.com>
Wed, 4 Jun 2025 16:37:12 +0000 (17:37 +0100)
committerRichard Huang <r.huang@samsung.com>
Wed, 4 Jun 2025 16:48:39 +0000 (17:48 +0100)
Change-Id: Ib9155247f3d855da450968829ff4cf32b31c7696

README.md

index a5993fcf92d65c4fe6dbdd5d034697aca3a4edac..d42681b6ef9cbabe70f2df34ffc3d1eed3a665cf 100644 (file)
--- a/README.md
+++ b/README.md
@@ -12,6 +12,9 @@
          * [SMACK enabled Targets](#smack-enabled-targets)
          * [DEBUG Builds](#debug-builds-1)
       * [3. Building for Android](#3-building-for-android)
+         * [Requirements](#requirements)
+         * [Building the Repository](#building-the-repository)
+         * [Launching a demo via the ADB command](#launching-a-demo-via-the-adb-command)
       * [4. Building for MS Windows](#4-building-for-ms-windows)
          * [Build with the Visual Studio project](#build-with-the-visual-studio-project)
          * [Build with CMake](#build-with-cmake)
@@ -123,6 +126,11 @@ Manually granting permission for accessing Storage before running the demo
          1. Long press the DALi demo app icon => App Info
          2. Permissions => Storage => Enable
 
+### Launching a demo via the ADB command
+A demo can be launched directly via the ADB command. For example, to launch the Benchmark demo:
+
+         $ adb shell am start -n com.sec.dalidemo/.DaliDemoNativeActivity --es start "benchmark.example"
+
 ## 4. Building for MS Windows
 
 Third party dependencies are built using vcpkg. Instructions on how to install vcpkg can be found in the