From 985eae57f64e41abd84cbbc085a8468a40e94e03 Mon Sep 17 00:00:00 2001 From: Mister Oyster Date: Fri, 5 Jan 2018 03:57:07 +0100 Subject: [PATCH] twrp: don't prompt to install twrp apk --- RecoveryConfig.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RecoveryConfig.mk b/RecoveryConfig.mk index 47c2308..2a4eff1 100644 --- a/RecoveryConfig.mk +++ b/RecoveryConfig.mk @@ -13,6 +13,9 @@ TW_INCLUDE_CRYPTO := true TW_NO_REBOOT_BOOTLOADER := true TW_USE_MODEL_HARDWARE_ID_FOR_DEVICE_ID := true +# don't prompt to install twrp apk +TW_EXCLUDE_TWRPAPP := true + #TW_USE_TOOLBOX := true TW_INCLUDE_NTFS_3G := true TW_NO_EXFAT_FUSE := true