From 70392455be55189233dbd5e1e8729664020fca58 Mon Sep 17 00:00:00 2001 From: neg1tiveOne Date: Fri, 9 Jul 2021 22:24:09 +0530 Subject: [PATCH] Support for honor phones (huawei sub-brand) --- debloat_script.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debloat_script.sh b/debloat_script.sh index b5f3c15..e78d1ed 100644 --- a/debloat_script.sh +++ b/debloat_script.sh @@ -661,6 +661,7 @@ get_brand() { # Support for sub-brands case "$brand" in "redmi"|"poco") echo "xiaomi" ;; + "honor") echo "huawei" ;; *) echo "$brand" esac } @@ -751,4 +752,4 @@ uad_recovery_mode() { done } -main "$@"; exit \ No newline at end of file +main "$@"; exit