Dear Android builder developers, I created an application using Android builder and uploaded the application to Filescan.IO - Next-Gen Malware Analysis Platform for the purpose of examining the application. After examining the site, it showed that the application is harmful and that there are permissions that appeared, although I did not grant any permissions to the application, only the notification permission. Please solve the problem.
@Ajdeveloper can you explain that please.
android.permission.GET_ACCOUNTS and android.permission.ACCOUNT_MANAGER These permissions worry me a lot. Please solve the problem because I checked another application that I downloaded from the Play Store and these permissions did not appear.
Share your application & Project file.
Thank you for the quick response. The problem was solved. The cause was the spreadsheet component. When I removed it from the application, these permissions disappeared. And when I checked it again, the result appeared: It is safe.
Yes, these permissions are requested by Spreadsheet.
INTERNET,
ACCOUNT_MANAGER,
GET_ACCOUNTS,
WRITE_EXTERNAL_STORAGE,
READ_EXTERNAL_STORAGE
android.telephony.TelephonyManager.getDeviceId in package.
I used the screenshot component is it responsible for this permission?
No, it’s simply a package that can’t be excluded because it’s an Android package and must be included in every application. Don’t worry about these; this package was added to an inactive app and was not used.
Thank you very much.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.