no default packages specified after overlay is diabled

both Nlp and Flp default packages are either missing or wrong

Change-Id: I9eba47eb9c725155bbe52ada515c50cb60e502b6
CRs-Fixed: 591196
This commit is contained in:
Kevin Tang 2013-12-20 08:19:57 -08:00 committed by Gerrit - the friendly Code Review server
parent ede5e50834
commit f458d02923
1 changed files with 2 additions and 0 deletions

View File

@ -190,5 +190,7 @@
<!-- Enable overlay for all location components. -->
<bool name="config_enableNetworkLocationOverlay" translatable="false">false</bool>
<bool name="config_enableFusedLocationOverlay" translatable="false">false</bool>
<string name="config_networkLocationProviderPackageName" translatable="false">com.qualcomm.location</string>
<string name="config_fusedLocationProviderPackageName" translatable="false">com.qualcomm.location</string>
</resources>