mirror of
https://gitlab.com/Nanolx/NanoDroid
synced 2024-11-11 13:11:24 +00:00
fix logical error
This commit is contained in:
parent
bccc931778
commit
a3e9d116d4
@ -776,7 +776,7 @@ install_microg () {
|
||||
|
||||
# if android.permission.FAKE_PACKAGE_SIGNATURE is not a runtime-permission
|
||||
# (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' \
|
||||
-i ${INSTALLER}/system/etc/permissions/privapp-permissions-google.xml
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user