Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android Security

Can I Skip Asking Runtime Permissions On Marshmallow?

Now this is something very interesting for me, I know mostly about Runtime Permissions and i am wel… Read more Can I Skip Asking Runtime Permissions On Marshmallow?

Changing Default Flag_secure Toast Message In Android Kotlin

I have used the following code in my android app, to prevent the user from taking screenshots, or s… Read more Changing Default Flag_secure Toast Message In Android Kotlin

Google Play Security Alert - Your App Is Using An Unsafe Implementation Of The Hostnameverifier

Recently one of my app got a security alert from Google Play as below. You app is using an unsafe i… Read more Google Play Security Alert - Your App Is Using An Unsafe Implementation Of The Hostnameverifier

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 receive… Read more Your App Contains An Intent Redirection Vulnerability

Caused By: Java.security.nosuchproviderexception: No Such Provider: Crypto - Android N

Seems like 'Crypto' provider has been removed in Android N. My application crashing because… Read more Caused By: Java.security.nosuchproviderexception: No Such Provider: Crypto - Android N