In my android app, I am using an external api with my own secret access key. To use functions from the api, I must call a function with a String representing my secret access key. Problem is, everybody can see this (by decompiling the apk).
- I can't use proguard
What is a clever way to hide my secret access key?