Merge "Add demo mode to dev options" into nyc-dev am: 7b5c400
am: 2230710
* commit '2230710d319745294f44b696d09301f15f281493':
Add demo mode to dev options
Change-Id: I54c5a963461127e04f7169ecc90ba367f4883dd1
This commit is contained in:
@@ -7377,4 +7377,7 @@
|
||||
<!-- [CHAR LIMIT=25] Bluetooth is disabled. -->
|
||||
<string name="bluetooth_disabled">Disabled</string>
|
||||
|
||||
<!-- [CHAR LIMIT=60] Name of dev option called demo mode -->
|
||||
<string name="demo_mode">Demo mode</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -91,6 +91,12 @@
|
||||
android:key="ota_disable_automatic_update"
|
||||
android:title="@string/ota_disable_automatic_update" />
|
||||
|
||||
<PreferenceScreen
|
||||
android:key="demo_mode"
|
||||
android:title="@string/demo_mode">
|
||||
<intent android:action="com.android.settings.action.DEMO_MODE" />
|
||||
</PreferenceScreen>
|
||||
|
||||
<PreferenceCategory android:key="debug_debugging_category"
|
||||
android:title="@string/debug_debugging_category">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user