My app requires some keys. One for the google maps api and one for my own API. Where is a safe place to put those? I was thinking about putting them in a xml or in the manifest, but this question says one is able to read an others resources.
Putting keys in a java file does not seem safe to me because they can be decompiled.
Where is a safe place to put my keys?