diff options
| author | 2017-07-18 13:25:19 -0700 | |
|---|---|---|
| committer | 2017-07-18 22:39:01 +0000 | |
| commit | 2fba03c4ea3230ec952af11c42defd50776ab7c0 (patch) | |
| tree | ab89a5322ce8acfcbf438b66db0959246460c1d6 | |
| parent | 40f47253fdf224366f56a29875a0e8cfe9292962 (diff) | |
Add new configuration values for demo mode
Bug: 62712426
Test: make -j100
Change-Id: I0a205f8d9004d531fa68c3cb4d3bf98cf5741914
| -rw-r--r-- | core/res/res/values/config.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 7b437fa2d355..a98738767aac 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -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> |