diff --git a/distro_machine_detection.7 b/distro_machine_detection.7 index 8ed9244..fd33712 100644 --- a/distro_machine_detection.7 +++ b/distro_machine_detection.7 @@ -41,6 +41,9 @@ if [ "$subtype" = "android" ]; then if [ -n "$(getprop ro.product.manufacturer)$(getprop ro.product.model)" ]; then machine="$(getprop ro.product.manufacturer) $(getprop ro.product.model)" fi + if [ -n "$(getprop ro.build.version.release)" ]; then + distro="Android $(getprop ro.build.version.release)" + fi fi if [ "$system_type" = "openbsd" ]; then