Skip to content

Commit

Permalink
Suppress errors when granting FAKE_PACKAGE_SIGNATURE to Phonesky
Browse files Browse the repository at this point in the history
  • Loading branch information
Fs00 authored and nift4 committed Mar 19, 2022
1 parent 2bdebac commit d727dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion customize.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
install_phonesky()
{
pm install --dont-kill "$MODPATH/system/priv-app/Phonesky/Phonesky.apk"
pm grant com.android.vending android.permission.FAKE_PACKAGE_SIGNATURE
pm grant com.android.vending android.permission.FAKE_PACKAGE_SIGNATURE 2>/dev/null
}

if $BOOTMODE; then
Expand Down

0 comments on commit d727dcb

Please sign in to comment.