SettingsProvider: Flip some defaults
- Vibrate when ringing -> true - UMS enabled -> false - Default WiFi on -> true - Default notification pulse -> false (this LED can't pulse) Addresses CRACKLING-137 and CRACKLING-97 Change-Id: I943437449c996f6c0159608c630df2b3aca25803cm-14.0
parent
56e1d92f4c
commit
950a42270f
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<bool name="def_vibrate_when_ringing_enabled">true</bool>
|
||||||
|
<bool name="def_usb_mass_storage_enabled">false</bool>
|
||||||
|
<bool name="def_wifi_on">true</bool>
|
||||||
|
<bool name="def_notification_pulse">false</bool>
|
||||||
|
</resources>
|
||||||
|
|
||||||
Loading…
Reference in New Issue