Merge branch 'honor-issue' into 'master'

Support for honor phones (huawei sub-brand)

Closes #81

See merge request W1nst0n/universal-android-debloater!24
This commit is contained in:
Negative One 2021-10-09 05:47:36 +00:00
commit d6cd3bf1d7

View file

@ -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
main "$@"; exit