0

Since it is easy to extract and read an .apk file, I want to understand If I upload a android project .apk file in Google play, and when a user downloads the application, the apk file gets downloaded on this temp folder of the phone memory. Is there a way the user can read the code in the apk file ?

If yes, what should be my considerations to protect/encrypt the apk downloaded on the users phone from Google play ?

sahu
  • 1,188
  • 10
  • 19
John Franky
  • 1,012
  • 1
  • 14
  • 33

1 Answers1

1

To increase security How about applying ProGuard http://developer.android.com/tools/help/proguard.html

Sheychan
  • 2,415
  • 14
  • 32