Skip to content

Instantly share code, notes, and snippets.

View ViktorPontinen's full-sized avatar

Viktor Pöntinen ViktorPontinen

View GitHub Profile
---
BankID 7.46.0 APK Analysis — Findings
Claim: "Microphone activation"
FALSE. The app does not declare RECORD_AUDIO permission. Android enforces permissions at OS level — without this permission, the app physically cannot access the microphone. Period.
Claim: "Reading the device filesystem"
FALSE. No READ_EXTERNAL_STORAGE, WRITE_EXTERNAL_STORAGE, or MANAGE_EXTERNAL_STORAGE permissions. The app cannot read your files.