Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

My android app is detected as malware by Avast

I have created an android application, but Avast detects this as malware. Why is this?

Can anyone tell me some more info about this, so I can locate what exactly is considered a virus in this app. This is a very simple app, so I have no idea what might have caused this.

I have reported this as false positive and also contacted avast via their forum. But I guess it wont hurt to post here as well, maybe someone have/had a similar problem.

like image 602
user1920582 Avatar asked Jul 06 '13 04:07

user1920582


1 Answers

Your app may be detected for several reasons:

  • you collect and send remotely private data such as IMEI, IMSI, phone number etc
  • your app uploads images online but does not include any EULA and Avast thought you were doing that for malicious purposes
  • you are using an aggressive advertisement kit such as StartApp, AirPush etc and that adkit is detected by Avast

Your solutions are:

  • contact AVAST and ask them to remove your app's detection. They'll study your app more in depth and decide if it's malicious or not.
  • select less aggressive advertisement kits in your app if you want to monetize it. Also consider not monetizing it all if you are just an individual developing for fun. Advertisements pollute devices and in then you won't be getting much money in return, apart if your application is really well known.
  • strictly request only permissions you actually use and make sure not to include any libraries that you do not need.
like image 100
user1381 Avatar answered Nov 10 '22 00:11

user1381