Top "Android-security" questions

Tag used by Android in Security Alert messages to developers.

How to save Oauth Access token securely in android

I have access token from the server after authentication lets say "uyhjjfjfgg567f8fhjkkf" now I want to save it …

android oauth access-token android-security
SSL Warning from google play

Got warning from google play. How can i handle "SSL Error Handler Vulnerability" of unsafe implementation of the WebViewClient.onReceivedSslError …

android ssl webview google-play android-security
Google Play security alert for insecure TrustManager

In one of my apps I'm using HTTPS with a self-signed certificate and followed the sample code from the android …

android security ssl android-security trustmanager
Converting byte[] to Hex string in android

I am trying to convert byte[] to Hex string and same Hex string to byte[] in android , data got mismatched. …

java android encryption android-security java-security
Your app contains an Intent Redirection vulnerability

I launched a game to the Google Play store recently and it was going good until now. I just received …

android-security
Unable to get phone number from device inspite of declaring required permissions in android manifest

I am trying to get phone number from my device programmatically. I am trying with the following code: TelephonyManager tMgr = (…

android telephonymanager android-securityexception android-security