replicant-vendor_replicant/overlay/common/frameworks/base/core/res/res/values/config.xml

12 lines
524 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- default to disabling the menu key. The CM setting to
do this is a no-op unless the below item is true -->
<bool name="config_disableMenuKeyInLockScreen">true</bool>
<!-- Location services -->
<string name="config_networkLocationProviderPackageName">com.google.android.location</string>
<string name="config_geocodeProviderPackageName">com.google.android.location</string>
</resources>