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

Commit 3a1ff62e authored by Ruchi Kandoi's avatar Ruchi Kandoi
Browse files

nfc: Adds NFC_PAYMENT_DEFAULT_COMPONENT to the backed up settings.



Bug: 32881476
Test: Manual; backup, change settings, restore

Change-Id: Ibc31b23f632c50a2c7120734fc96e7d855df062e
Signed-off-by: default avatarRuchi Kandoi <kandoiruchi@google.com>
parent f36beac9
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -6482,7 +6482,8 @@ public final class Settings {
            QS_TILES,
            QS_TILES,
            DOZE_ENABLED,
            DOZE_ENABLED,
            DOZE_PULSE_ON_PICK_UP,
            DOZE_PULSE_ON_PICK_UP,
            DOZE_PULSE_ON_DOUBLE_TAP
            DOZE_PULSE_ON_DOUBLE_TAP,
            NFC_PAYMENT_DEFAULT_COMPONENT
        };
        };


        /**
        /**