5 Xposed__ module that deactivates encryption on the OUYA Android gaming console.
7 Its goal is that purchase requests get sent plain-text to the
8 `discover store server`__,
9 and the server may reply with plain text purchase receipts.
11 Works by patching ``javax.crypto.Cipher::doFinal(byte[])`` to return
12 the input without encryption/decryption.
14 __ https://repo.xposed.info/module/de.robv.android.xposed.installer
15 __ http://cweiske.de/ouya-store-api-docs.htm
20 - Version number can be changed in ``xposed-ouya-plain-purchases/build.gradle``