-2

I was wondering how safe my source code is in my APK? By this I mean. If i give my apk to someone, could he see my sourcecode or could he extract, unzip, decompile the APK? With or without extra programs?

Or is this not possible?

vanlooverenkoen
  • 2,121
  • 26
  • 50

1 Answers1

1

Basically a user can try to decompile and see the source code and its possible to decompile a apk. But, it will take time to decompile and understand this code. So, to prevent this you can use Proguard to prevent it from understanding the code.

Nigam Patro
  • 2,760
  • 1
  • 18
  • 33