I am using LVL to add licensing to my app. I was wondering if i can check if the person that purchased the app is still able to get a refund (is using the app within 15 minutes of the purchase). Anyone got some examples or directions he can give me for this sort of thing?
Or maybe an alternative: to check when the app was installed on the phone. i found this link -> installTime
But something was unclear:
the app source directory is never modified after install?
What about after update?
also found this comment in the licensing/ServerManagedPolicy.java:
* These values will vary based on the the way the application is configured in
* the Android Market publishing console, such as whether the application is
* marked as free or is within its refund period, as well as how often an...