I'm building an Android app to that consumes a REST API. I'm using OkHttp and the API I'm hitting requires an API key. I thought it would be best practice to store my API key in my strings.xml file. I also thought it was a best practice to not include Android sdk specific code, now I'm realizing these two thoughts might be conflicting.I'm building an Android app to that consumes a