> * Are you copy protecting/DRM/LVL licensing your apps? Yes. LVL on market, private solution off-market.
> On a side note: we liked the deprecated copy-protection feature > because it involved no extra development work and seemed secure enough > to thwart a "casual pirate" from easily sharing an app with all of > their friends. (another side note: we have incurred the wrath of tons > android1.5 users after removing the copy protection feature - proceed > with caution if you do so) If you are happy with very light protection but don't like extra work, just use the vanilla library code with a very weak policy. Set it up to only need one 'valid' response. Shouldn't take more than a few hours. On the other hand, to minimize complaints you might want to do the validation in the background, that takes a lot longer to set up. Pent -- 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

