Are there any examples of how you implemented it that you're willing to share?
Even psuedocode would be helpful as an example: Copied java files 1,2,3 into my project as a pkg Implemented methods A,B,C Added X of LVL to onCreate of my main point of access on the application and did X,Y,Z etc... if return of G fails I did D to exit my application Or do you have anything you used online that could take you through it step by step, the blog post is a bit over whelming to someone just starting and since you have successfully implemented it I think it would be of great help to the community and myself to know the proper way to implement the procedure you used. If you can't I understand but it would be helpful if you could. Thank you, On Sep 18, 12:14 am, String <[email protected]> wrote: > Yes, I'm using it. > > I deployed it to one of my less-used apps first, and remarkably have > had NO complaints. So I'm in the process of rolling it out to my front- > line apps now. > > As for best-practices, I'd refer to the most recent dev blog posting > on the > subject:http://android-developers.blogspot.com/2010/09/securing-android-lvl-a... > > I'm using the ServerManagedPolicy myself. I integrated it into my own > source tree (rather than using it as an external library), but that > was my own preference. I've also tweaked some of the internals to > defeat automated cracking, a la point 2 in the blog post above. I'm > not using obfuscation currently; I couldn't get ProGuard to work > without devoting more time than I have to spare, and from what I've > read, that's not much of an impediment anyway. > > String > > On Sep 17, 9:52 pm, Bret Foreman <[email protected]> wrote: > > > Is anyone on this list using AMLS yet? Any comments, things to avoid, > > best practices? It sounds great in concept but I'd like to hear how > > it's working in practice. -- 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

