Search code examples
androidprivacy

How to know what data an Android app is sending out


How would you find out what kind of information an Android app is sending back to the "mothership"? For example, if an app is sending your ID, gender, etc. to advertisers.

Is there a way to do this in an Android app? Or would it have to be done via a packet sniffer over Wi-Fi?


Solution

    1. Root your device.
    2. Find a copy of tcpdump for Android
    3. Launch tcpdump, capture a dump file.
    4. Analyze offline with something like Wireshark.