Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5104b7a3 authored by Bharath's avatar Bharath
Browse files

FP3: Move config_cleanupUnusedFingerprints to lineage overlays

This is a Lineage specific overlay and not defined in AOSP's
frameworks. Hence move to lineage overlays.

Fixes: ed76ece3 (FP3: Disable config_cleanupUnusedFingerprints)
Change-Id: I657884708b782634a094e68439536980d83039a8
parent 56566646
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -33,4 +33,7 @@
         For example, a device support pulsating, RGB notification and
         battery LEDs would set this config to 11. -->
    <integer name="config_deviceLightCapabilities" translatable="false">235</integer>

    <!-- Whether to cleanup fingerprints upon connection to the daemon and when user switches -->
    <bool name="config_cleanupUnusedFingerprints">false</bool>
</resources>
+0 −3
Original line number Diff line number Diff line
@@ -389,9 +389,6 @@
        <!-- Set to true to add links to Cell Broadcast app from Settings and MMS app. -->
    <bool name="config_cellBroadcastAppLinks">true</bool>

    <!-- Whether to cleanup fingerprints upon connection to the daemon and when user switches -->
    <bool name="config_cleanupUnusedFingerprints">false</bool>

    <!-- Values for GPS configuration -->
    <string-array translatable="false" name="config_gpsParameters">
        <item>SUPL_HOST=supl.google.com</item>