From 87f475a284c15ad9fba7b84217f32df722faf7a8 Mon Sep 17 00:00:00 2001 From: SGCMarkus Date: Mon, 26 Aug 2024 00:34:07 +0530 Subject: [PATCH] fogos: Set esim props as stock Change-Id: I076a5cec15671c77e21215a362d675722746e250 --- BoardConfig.mk | 1 + product.prop | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 product.prop diff --git a/BoardConfig.mk b/BoardConfig.mk index 6c8e440..cb9c30e 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -27,6 +27,7 @@ BOARD_MOT_DP_GROUP_SIZE := 5901385728 # (BOARD_SUPER_PARTITION_SIZE - 4MB) BOARD_SUPER_PARTITION_SIZE := 5905580032 # Properties +TARGET_PRODUCT_PROP += $(DEVICE_PATH)/product.prop TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop diff --git a/product.prop b/product.prop new file mode 100644 index 0000000..f9ec4a0 --- /dev/null +++ b/product.prop @@ -0,0 +1,3 @@ +# Esim menu +esim.enable_esim_system_ui_by_default=true +masterclear.allow_retain_esim_profiles_after_fdr=true