2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-11-09 19:10:30 +00:00

fix logical error

This commit is contained in:
Christopher Roy Bratusek 2018-12-27 22:03:10 +01:00
parent bccc931778
commit a3e9d116d4

View File

@ -776,7 +776,7 @@ install_microg () {
# if android.permission.FAKE_PACKAGE_SIGNATURE is not a runtime-permission # if android.permission.FAKE_PACKAGE_SIGNATURE is not a runtime-permission
# (read: ROM is not pre-patched), remove that permission from pre-sets # (read: ROM is not pre-patched), remove that permission from pre-sets
search_fake_package_signature && \ search_fake_package_signature || \
sed '/android.permission.FAKE_PACKAGE_SIGNATURE/d' \ sed '/android.permission.FAKE_PACKAGE_SIGNATURE/d' \
-i ${INSTALLER}/system/etc/permissions/privapp-permissions-google.xml -i ${INSTALLER}/system/etc/permissions/privapp-permissions-google.xml