Recently Google provided alert to one of my Apps that
Your Amazon Web Services credentials may be exposed. This exposure of your credentials could lead to unauthorized access to your AWS account, which may include associated excessive charges, and potentially unauthorized access to your data and your users' data.
In the application, I'm using Amazon Product Advertising API to get and display the information related to some products.
I'm using SignedRequestsHelper class provided by the Amazon to request the data.
I need to know how can I protect my AWS keys in the Android app.
Thanks.