From 60fde324e39f7af442b334d31acfa2fe64c42285 Mon Sep 17 00:00:00 2001 From: Jenny Ho Date: Tue, 18 May 2021 09:00:06 +0800 Subject: [PATCH] device-common: set testing_battery_profile default 2 set 2 to prevent limit battery level in unexpected testing situation Bug: 180511460 Bug: 220679025 Signed-off-by: Jenny Ho Change-Id: I9f0e66cf92b26c6946af162003378dcf0fd749f9 (cherry picked from commit f9ae6c981a62769813fba4623b7ea87e2b245b44) --- device-common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-common.mk b/device-common.mk index 33c16fc6..35f04042 100644 --- a/device-common.mk +++ b/device-common.mk @@ -33,7 +33,7 @@ PRODUCT_VENDOR_PROPERTIES += ro.soc.manufacturer=Google PRODUCT_VENDOR_PROPERTIES += ro.soc.model=GS201 PRODUCT_PRODUCT_PROPERTIES += \ - persist.vendor.testing_battery_profile=0 + persist.vendor.testing_battery_profile=2 # The default value of this variable is false and should only be set to true when # the device allows users to retain eSIM profiles after factory reset of user data.