Add platform FLP for emulator config

Add platform FLP for emulator config since this is now required by
LocationManagerService.ensureFallbackFusedProviderPresentLocked().

Bug: 7379580
Change-Id: If8a3499103eb96d392939fd1ef70368ec9168ad5
This commit is contained in:
Laurent Tu
2012-10-23 18:36:46 -07:00
parent dc14aa6f1c
commit bc4f4fcecb

View File

@@ -23,6 +23,7 @@
<!-- Package name providing location API support. -->
<string-array name="config_locationProviderPackageNames" translatable="false">
<item>com.google.android.location</item>
<item>com.android.location.fused</item>
</string-array>
<bool name="config_voice_capable">true</bool>