land: Set 2 more stock overlays

Change-Id: I0530d76c16b89af6b48108de8c4c50e1c0dd7b90
This commit is contained in:
Zhao Wei Liew 2016-11-06 15:31:15 +08:00
parent 653524eee9
commit 29ceeed567

View file

@ -352,6 +352,12 @@
config_enableFusedLocationOverlay is false. -->
<string name="config_fusedLocationProviderPackageName" translatable="false">com.qualcomm.location</string>
<!-- Operating volatage for bluetooth controller. 0 by default-->
<integer translatable="false" name="config_bluetooth_operating_voltage_mv">3700</integer>
<!-- Flag indicating which package name can access the persistent data partition -->
<string name="config_persistentDataPackageName" translatable="false">com.google.android.gms</string>
<!-- Support in Surfaceflinger for blur layers.
NOTE: This requires additional hardware-specific code. -->
<bool name="config_ui_blur_enabled">true</bool>