2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-10-31 09:20:23 +00:00
This commit is contained in:
Christopher Roy Bratusek 2020-12-28 19:02:35 +01:00
parent 9ce604a57e
commit 5d6e4ccd9c

View File

@ -32,7 +32,7 @@ install_gmscore () {
# see https://github.com/microg/android_packages_apps_GmsCore/issues/1100#issuecomment-711088518
if [ -f "${MODDIR}/system/priv-app/GmsCore/GmsCore.apk" ]; then
pm list packages -f | grep -q /data.*com.google.android.gms || \
pm install -r "${MODDIR}/system/app/GmsCore/GmsCore.apk" &
pm install -r "${MODDIR}/system/priv-app/GmsCore/GmsCore.apk" &
fi
fi
}