Skip to content

Commit

Permalink
Update test.md Overview with Carlos' suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Holguera <perezholguera@gmail.com>
  • Loading branch information
thomascannon and cpholguera authored May 7, 2024
1 parent 0a76eb1 commit f1a713c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ prerequisites:
- identify-sensitive-data
---

## Overview

Android apps use a variety of APIs to write data to internal storage. If you only need to inspect the list of created/modified files and their contents, the most effective approach is a snapshot-based approach like the one used in this test.

This has the limitation that you won't know the APIs and locations in your code that are responsible; if you need to know, you should rather follow a dynamic analysis approach based on method tracing.

## Steps

1. Start the device.
Expand Down

0 comments on commit f1a713c

Please sign in to comment.