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

15 lines
601 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>
<string-array name="config_locationProviderPackageNames" translatable="false">
<!-- The standard AOSP fused location provider -->
<item>com.android.location.fused</item>
<!-- The Google provider -->
<item>com.google.android.location</item>
</string-array>
</resources>