On Wed, Aug 1, 2012 at 4:56 PM, Luigi Papino <[email protected]> wrote: > The only idea that comes, is to create a new application that monitors the > status validity of the license of the old app. > Something like this: > > new = CheckLicense(newAppPackageName) > > old = CheckLicense(oldAppPackageName) > if ( old || new) > continue with the normal app
I haven't played with LVL, and I'm assuming that is what CheckLicense() is referring to. I'd be rather disturbed if App A can check on information about App B's license. It's conceivable that the LVL system will recognize that both are from the same author (by Google account) and allow it, I suppose. But if that were possible for any arbitrary app... eek! > Ah, Mark, As soon as I reach revenues of July, I have to buy a subscription > to your products. :: shrug :: Only do that if you think you'll get value out of them. I appreciate the interest, though! -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in DC: http://marakana.com/training/android/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

