diff --git a/device-common.mk b/device-common.mk index cc7818b1..33c16fc6 100644 --- a/device-common.mk +++ b/device-common.mk @@ -35,5 +35,10 @@ PRODUCT_VENDOR_PROPERTIES += ro.soc.model=GS201 PRODUCT_PRODUCT_PROPERTIES += \ persist.vendor.testing_battery_profile=0 +# 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. +PRODUCT_PRODUCT_PROPERTIES += \ + masterclear.allow_retain_esim_profiles_after_fdr=true + # ZramWriteback -include hardware/google/pixel/mm/device_gki.mk