Just few weeks ago Google changed Android LVL API (License Verification Library).
In old LVL license checking was based on license verification using public/private keys generated on per account base. New one suppose to use public/private keys per application base.
I have application which uses old LVL and looks like that it works (looks like, but in fact I don't know). Application embeds public key generated on per account base.
Now what should I supposed to do when I will decide to upgrade my app? Embed public key for application or still use public key for account?
I didn't manage to find any clues on Google's Android developer site...