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?