0

in my app I'm allowing the user to send emails using

   implementation 'com.sun.mail:android-mail:1.6.6'
   implementation 'com.sun.mail:android-activition:1.6.7'

and i have to set my gmail and password into the source code, is there any way to store the gmail and password safely in the app and prevent them from appears after decompiling the code?

raul g h
  • 21
  • 3
  • You can obfuscate the code and do other tricks, but nothing can 100% prevent a determined person from reverse engineering your code to extract the secrets. No matter what you try. – Stephen C Mar 10 '23 at 15:33

0 Answers0