We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01478e commit 40b29c2Copy full SHA for 40b29c2
pfetch
@@ -273,7 +273,7 @@ get_os() {
273
# Android detection works by checking for the existence of
274
# the following two directories. I don't think there's a simpler
275
# method than this.
276
- elif [ -d /system/app ] && [ -d /system/priv-app ] && has getprop; then
+ elif [ -d /system/app ] && has getprop; then
277
distro="Android $(getprop ro.build.version.release)"
278
279
elif [ -f /etc/os-release ]; then
0 commit comments