Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2fba03c4 authored by Christine Franks's avatar Christine Franks
Browse files

Add new configuration values for demo mode

Bug: 62712426
Test: make -j100
Change-Id: I0a205f8d9004d531fa68c3cb4d3bf98cf5741914
parent 40f47253
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2775,6 +2775,9 @@
    <!-- True if camera app should be pinned via Pinner Service -->
    <bool name="config_pinnerCameraApp">false</bool>

    <!-- Component that runs demo mode when it is enabled. -->
    <string name="config_demoModePackage" translatable="false"></string>

    <!-- Component that is the default launcher when demo mode is enabled. -->
    <string name="config_demoModeLauncherComponent">com.android.retaildemo/.DemoPlayer</string>