On Tue, Oct 16, 2012 at 6:07 AM, YuviDroid <[email protected]> wrote: > > I'm experiencing the same issues...did you manage to find any solution? >
Fix your apps to support Jelly Bean properly. Even on JB, APK resources are public and you can read them if you use the proper path or APIs. You can simulate 'app encryption' (forward locking) by installing using adb instal -l myapp.apk for testing. -- 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

