AppGallery : Your App is detected to carry virus: "a.gray.inventor.a"

Hello kodular Community,

I posted my company’s app yesterday on the HUAWEI AppGallery but was rejected,

can you help us to solve this problem please, thanks in advance.

Br
.

This is a false positive, you should contact them

1 Like

Just like most C-tests.

1 Like

Hello @dora_paz & @bodymindpower

I discussed with the huawei team, and the problem detected :

"

  • App contain SMS monitoring, SMS interception code, high risk
  • The issue is with the code in the app, it sending and intercepting SMS without permission
  • HQ team ask to delete this code.
    "

I really need to publish my company’s app as soon as possible on the Huawei AppGallery, please help me find a solution, If you have any solution or a tool to try to remove this permission I am interested :pray: :pray: :pray:

PS: i check and remove all things related with phone calls or texting components, also i remove useless permission from the AndroidManifest.xml

1 Like

I am not sure but this can be caused by an extension. Just remove the possible extension and try again. Try extensions about animations.

@Amine_MEDJBER give me your App Gallery apk file

1 Like

@Shreyaa i send you on pm

Hello Kodular Communty,

The problem was fixed, and now the application has been successfully approved !!

Thank you very much @Shreyaa for help me to fix this issus :pray::+1:

BR
.

So what is the solution? We would appreciate if you could share the detailed solution with us so everybody can use this your way who are facing this issue.

2 Likes

This will be fixed with the upcoming major update

3 Likes

solution is :

this is not a false report a empty apk contains the code for read sms , sending sms , get sms , sms broadcast receiver

same virus was detected in AI2

1 Like

When we decompile apk there are hundreds of files in smali directories. Can you give a specific file name or directory for editing.

I tried to search “sms” word in all smali files. These are the files including sms word.

Blockquote
smali\com\google\appinventor\components\runtime\util\SmsBroadcastReceiver.smali
smali\com\google\appinventor\components\runtime\util\ErrorMessages.smali
smali\com\google\appinventor\components\runtime\Texting$b.smali
smali\com\google\appinventor\components\runtime\Texting.smali
smali\com\google\appinventor\components\runtime\Texting$c.smali
smali\com\google\appinventor\components\runtime\Texting$1$1.smali
smali\com\google\appinventor\components\runtime\Texting$1.smali
smali\com\google\appinventor\components\runtime\Texting$2.smali
smali\com\google\appinventor\components\runtime\Texting$3$1.smali
smali\com\google\appinventor\components\runtime\Texting$3.smali
smali_classes7\com\google\android\gms\internal\ads\zzaqm.smali
smali_classes7\com\google\android\gms\internal\ads\zzaaw.smali
smali_classes6\com\google\android\gms\internal\ads\zzaqm.smali
smali_classes6\com\google\android\gms\internal\ads\zzaaw.smali

There are some codes including sms but I dont know removing them from files is secure or not. I dont know whether they are necessary or not for apk to work properly.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.