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

Commit b2e4e3c8 authored by Henri Chataing's avatar Henri Chataing
Browse files

Nfc: Rename system properties in Nfc settings

The nfc properties are now added to system/libsysprop and
were renamed at the same time for homogenity.

Bug: 268219397
Test: m Settings
Change-Id: I496e128b9db225aac583a1e0b91687f78a268b63
(cherry picked from commit 94e898a0)
parent 4de9ff1a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ public class NfcSnoopLogPreferenceController extends
            "nfc_snoop_log";
    @VisibleForTesting
    static final String NFC_NFCSNOOP_LOG_MODE_PROPERTY =
            "persist.nfc.nfcsnooplogmode";
            "persist.nfc.snoop_log_mode";
    @VisibleForTesting
    static final String NFCSNOOP_MODE_FILTERED = "filtered";
    @VisibleForTesting
+3 −3
Original line number Diff line number Diff line
@@ -36,11 +36,11 @@ public class NfcVerboseVendorLogPreferenceController
    private static final String NFC_VERBOSE_VENDOR_LOG_KEY = "nfc_verbose_vendor_log";
    @VisibleForTesting
    static final String NFC_VERBOSE_VENDOR_LOG_PROPERTY =
            "persist.nfc.verbosevendorlog";
            "persist.nfc.vendor_debug_enabled";
    @VisibleForTesting
    static final String VERBOSE_VENDOR_LOG_ENABLED = "enabled";
    static final String VERBOSE_VENDOR_LOG_ENABLED = "true";
    @VisibleForTesting
    static final String VERBOSE_VENDOR_LOG_DISABLED = "disabled";
    static final String VERBOSE_VENDOR_LOG_DISABLED = "false";

    @VisibleForTesting
    boolean mChanged = false;