Add config_demoModePassword am: 566525c6bb

am: 22ed8175ce

Change-Id: I9527aee3276ffa35244edd07fb2e9d4798dd5af5
This commit is contained in:
Christine Franks
2016-12-16 19:25:33 +00:00
committed by android-build-merger
2 changed files with 4 additions and 0 deletions

View File

@@ -2613,6 +2613,9 @@
<!-- Component that is the default launcher when demo mode is enabled. -->
<string name="config_demoModeLauncherComponent">com.android.retaildemo/.DemoPlayer</string>
<!-- Hashed password (SHA-256) used to restrict demo mode operation -->
<string name="config_demoModePassword" translatable="false"></string>
<!-- Flag indicating whether round icons should be parsed from the application manifest. -->
<bool name="config_useRoundIcon">false</bool>

View File

@@ -1128,6 +1128,7 @@
<java-symbol type="string" name="config_ethernet_tcp_buffers" />
<java-symbol type="string" name="config_wifi_tcp_buffers" />
<java-symbol type="string" name="config_demoModeLauncherComponent" />
<java-symbol type="string" name="config_demoModePassword" />
<java-symbol type="string" name="demo_starting_message" />
<java-symbol type="string" name="demo_restarting_message" />
<java-symbol type="string" name="conference_call" />