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

Commit 2c953c84 authored by Chris Wailes's avatar Chris Wailes
Browse files

Fixed a typo in the runtime_native DeviceConfig namespace.

Bug: 123524494
Bug: 68253328
Test: adb shell device_config put runtime_native blastula_pool_size_min 12
Test: adb shell device_config get runtime_native blastula_pool_size_min
Test: Treehugger
Change-Id: I53c47d43a874159508c92abe6c45498ad5385f53
parent b615f565
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -169,7 +169,7 @@ public final class DeviceConfig {
         *
         * @hide for internal use only
         */
        String BLASTULA_POOL_SIZE_MIN = "blastula_pool_size_max";
        String BLASTULA_POOL_SIZE_MIN = "blastula_pool_size_min";

        /**
         * The threshold used to determine if the pool should be refilled.