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

Commit 958c63c2 authored by Charles Wang's avatar Charles Wang
Browse files

Fix namespace typo for launch_wallet_option_on_power_double_tap flag.

Changes namespace to wallet_integration instead of wallet_integrations.

Bug: 378469025
Test: FLAG_ONLY
Flag: android.service.quickaccesswallet.launch_wallet_option_on_power_double_tap
Change-Id: I5ca890d921cc6bc4b38463cb0cdefb8c1211e6b6
parent 913e30ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ container: "system"

flag {
    name: "launch_wallet_option_on_power_double_tap"
    namespace: "wallet_integrations"
    namespace: "wallet_integration"
    description: "Option to launch the Wallet app on double-tap of the power button"
    bug: "378469025"
}
 No newline at end of file