summaryrefslogtreecommitdiffstats
path: root/overlay/common/frameworks/base/core/res/res/values/config.xml
blob: 9ce3a74781222cd5866e2af07d5cff853ee6e2a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?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>

    <!-- Package name for default keyguard appwidget [DO NOT TRANSLATE] -->
    <string name="widget_default_package_name">com.cyanogenmod.lockclock</string>

    <!-- Class name for default keyguard appwidget [DO NOT TRANSLATE] -->
    <string name="widget_default_class_name">com.cyanogenmod.lockclock.ClockWidgetProvider</string>

    <bool name="config_cellBroadcastAppLinks">true</bool>

    <!-- Disable stock OTA components if installed -->
    <string-array name="config_disabledComponents" translatable="false">
        <item>com.google.android.gsf/com.google.android.gsf.update.SystemUpdateActivity</item>
        <item>com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService</item>
        <item>com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService$Receiver</item>
    </string-array>
</resources>