From: Christian Weiske Date: Tue, 10 Jan 2023 20:11:40 +0000 (+0100) Subject: Mention system app installation workaround X-Git-Url: https://git.cweiske.de/xposed-ouya-plain-purchases.git/commitdiff_plain/refs/remotes/github/master Mention system app installation workaround --- diff --git a/README.rst b/README.rst index 8596f51..6b3d84e 100644 --- a/README.rst +++ b/README.rst @@ -11,8 +11,12 @@ and the server may reply with plain text purchase receipts. Works by patching ``javax.crypto.Cipher::doFinal(byte[])`` to return the input without encryption/decryption. +It needs to be `installed as system application`__ to prevent +Final Fantasy III from crashing. + __ https://repo.xposed.info/module/de.robv.android.xposed.installer __ http://cweiske.de/ouya-store-api-docs.htm +__ http://cweiske.de/tagebuch/ouya-final-fantasy3.htm#howto Development hints