CMSettings: fixup ENABLE_PEOPLE_LOOKUP res

- move to System section in the resource file
 - fixup setting name comment

Change-Id: Iafa1f429beff28ac303cacd6af6f5e3548379987
This commit is contained in:
Khalid Zubair 2015-12-22 12:52:53 -08:00
parent 6ff47d4e1b
commit d1f0a6e4ef
1 changed files with 3 additions and 3 deletions

View File

@ -53,6 +53,9 @@
<!-- Default for CMSettings.Secure.LOCKSCREEN_VISUALIZER_ENABLED -->
<bool name="def_lockscreen_visualizer">true</bool>
<!-- Default value of CMSettings.System.ENABLE_PEOPLE_LOOKUP -->
<integer name="def_people_lookup">1</integer>
<!-- Defaults for Global -->
<!-- Default for CMSettings.Global.DEVICE_NAME
@ -79,7 +82,4 @@
<!-- Default value for whether or not to use multiple notification LEDs
on devices equiped with more than one LED -->
<bool name="def_notification_multiple_leds">false</bool>
<!-- Default value of Settings.System.ENABLE_PEOPLE_LOOKUP -->
<integer name="def_people_lookup">1</integer>
</resources>