Go to file
Nandan Desai 486624eed6
Update README.md
2022-06-19 18:23:56 +05:30
.idea init 2020-04-09 16:28:54 +05:30
app added switch button 2020-11-24 22:24:16 +05:30
fastlane/metadata/android/en-US added screenshots to fastlane dir 2020-10-04 22:40:05 +05:30
gradle/wrapper init 2020-04-09 16:28:54 +05:30
.gitignore init 2020-04-09 16:28:54 +05:30
README.md Update README.md 2022-06-19 18:23:56 +05:30
build.gradle init 2020-04-09 16:28:54 +05:30
gradle.properties init 2020-04-09 16:28:54 +05:30
gradlew init 2020-04-09 16:28:54 +05:30
gradlew.bat init 2020-04-09 16:28:54 +05:30
privacy-policy.md updated privacy policy 2020-04-10 03:06:24 +05:30
settings.gradle init 2020-04-09 16:28:54 +05:30

README.md

PrivacyBreacher

PrivacyBreacher is an Android app built as a proof of concept for a research article describing the privacy issues in Android. This app can access the following information from your phone without requesting any permissions:

  1. Figure out at what time your phone screen turned on/off.
  2. Figure out at what time you plugged in or removed your phone charger and wired headphones.
  3. Figure out at what time you switched on/off your phone (i.e., it captures the device uptime and ACTION_SHUTDOWN broadcasts).
  4. Access most of your device related information like your phone model, manufacturer etc.
  5. Keep track of your WiFi/Mobile data usage.
  6. Get a list of all the apps installed on your phone.
  7. Construct a 3D visualization of your body movements.

This app supports Android Pie (Android 9, API 28) or later versions.

Edit: Some issues mentioned here might have been fixed in Android R, API 30 (the latest version of Android). Check out this issue for more. We'll release an update for that soon. Currently, the privacy issues mentioned here are valid till Android Q (API 29).

Research Article

To get more information on how this app can access all that data, check out our article here!

Screenshots

Download

Github release

Play Store

F-Droid

Contribute

We accept pull requests for this app. If you find any bugs or want to add new features or just want to improve the code structure, then pull requests are most welcome!

License

MIT License

Copyright 2022 Nandan Desai

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.