Questions tagged [android-security]

Tag used by Android in Security Alert messages to developers. The Security Alert message is often accompanied with a Google-Play rejection. AOSP instructions state to tag a question with it.

Tag used by Android in Security Alert messages to developers. The Security Alert message is often accompanied with a Google-Play rejection. AOSP instructions state to tag a question with it.

656 questions
-1
votes
1 answer

Preventing reverse-engineering (without using Proguard) just like Apple's apps

First, this isn't about "how to avoid reverse engineering" nor it's about "how to use proguard", so kindly don't mark this as 'duplicate' thread, as I'm an expert in both of them... Recently I tried decompiling Apple's music apk but it didn't…
Mukesh
  • 154
  • 1
  • 11
-1
votes
1 answer

If I use webview at Android, do I have to apply SSL to loading URL on webview?

I got a warning message when I published my App to Google Play Store. It's about "JavaScript interface injection issue" I think I should apply SSL to URL to solve this problem. But, I cannot apply SSL to URL... that's out of my hand. Is there any…
-1
votes
1 answer

How secure are implicit Intents?

Consider a typical implicit Intent flow, where one android app generates an Implicit Intent, the Android OS asks the user to select one of the 'capable' apps for that Intent (those that are installed on the user device and with an appropriate…
Akash Mahajan
  • 512
  • 4
  • 16
-1
votes
1 answer

how to save data secure and unreachable?

I want to save some client side ids and codes that no body should reach them. Ids like ClientId and ClientSecretId that uses for authentication system. So I did some search and just found some modified shared preferences like (Secure-preferences )…
-1
votes
1 answer

Google Play vulnerability warning for OpenSSL 1.0.2k

When I submit new APK to Google Play, my APK is rejected with message: This app uses software that contains security vulnerabilities for users or allows the collection of user data without proper disclosure. Below is the list of issues and the…
-1
votes
1 answer

How to hide/unhide app without root device 5.0 +

I make application that hide other apps. I succeed to hide and unhide other apps with rooted device. But when i was trying on unrooted device, not succeeded. I also tried with nfs, Device owner but not getting success. Followed these links. tried…
-1
votes
1 answer

Your app is using an incorrect implementation of in-app billing

Your app is using an incorrect implementation of in-app billing. Please see this Google Help Center article for more information. Next Steps If you are using IabHelper, please start using the latest SDK. If you are manually invoking the in-app…
Mayank Pandya
  • 265
  • 3
  • 14
-1
votes
1 answer

MoPub security vulnerability

For a while now I've had a warning on my developer console regarding a MoPub security vulnerability. It comes from my mediation ad network (Appodeal). However, I have long since receiving this warning removed ALL ads from the application and…
mic
  • 4,300
  • 1
  • 19
  • 25
-1
votes
2 answers

Android permission issue

This code worked my phone.But it didnt worked from my friend phone. I have permission too . I get This error ; Neither user 10109 nor current process has android.permission.READ_PHONE_STATE. Permission ;
-1
votes
2 answers

What is the advantage of prefixing the folder name with (DOT) in android?

If I have a folder named '.IMAGES' in my SDCARD containing jpg files, what will happen to the images in the folder?
Adi
  • 361
  • 1
  • 5
  • 23
-1
votes
1 answer

Unsafe implementation of TrustManager

I'm trying to publish an App on Google Play, but I'm getting an email with this error message: Vulnerability TrustManager, apps containing an unsafe implementation of TrustManager. To properly handle SSL certificate validation, change your code in…
zerstoer
  • 95
  • 10
-1
votes
1 answer

Apache Cordova Error when publishing app in the google play stores

I had searched every where i havnt got any solution regarding this error and i am not able to understand why i am getting this error i had no dangerous products in it please anybody guide are solution for that please this is the main activity did i…
-1
votes
2 answers

I am trying to publish the App into playstores but its giving me for violating our dangerous products policy

this the error mail getting from the Google and i am using the Android studio for the development of apps i am not able to understand why i am getting this error because there no violence of the google developer policy this is project struture i had…
Ayub baba
  • 81
  • 9
-2
votes
1 answer

App not compliant and removed :Security Vulnerabilities : Insecure Hostname Verification

My App has been removed with following message We found that your app contains security vulnerabilities, which can expose user information or damage a user’s device. This is a violation of Device and Network Abuse policy. Specifically, your app(s)…
Rahul
  • 21
  • 3
-2
votes
2 answers

how to implement the un bypassed SSL pinning in android

I am developing a finance app where I have implemented the SSL pinning. My software testing team bypassed my SSL pinning approach. How can I implement the complex SSL Pinning method in android?
1 2 3
43
44