"Erase Downloaded sims" Checkbox is not visible

Enable the masterclear.allow_retain_esim_profiles_after_fdr for
checkbox is visible

This is picked from a8acce0

Bug: 220209981
Test: build pass
Change-Id: I930c4038ceabcaa214fc5c8ad434ab3861b24acf
This commit is contained in:
Alex Hong 2022-02-23 18:35:39 +08:00
parent 55730686f5
commit 5e3ac86e93

View file

@ -35,5 +35,10 @@ PRODUCT_VENDOR_PROPERTIES += ro.soc.model=GS201
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \
persist.vendor.testing_battery_profile=0 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 # ZramWriteback
-include hardware/google/pixel/mm/device_gki.mk -include hardware/google/pixel/mm/device_gki.mk