Merge pull request #6 from IzzySoft/fastlane

Fastlane
This commit is contained in:
Nandan Desai 2020-10-04 22:22:10 +05:30 committed by GitHub
commit 317727de40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 0 deletions

View File

@ -33,6 +33,8 @@ To get more information on how this app can access all that data, check out our
[Play Store](https://play.google.com/store/apps/details?id=io.nandandesai.privacybreacher)
[IzzyOnDroid](https://apt.izzysoft.de/fdroid/index/apk/io.nandandesai.privacybreacher)
## 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!

View File

@ -0,0 +1,8 @@
<p><i>PrivacyBreacher</i> 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 <i>without requesting any permissions:</i></p><ul>
<li>Figure out at what time your phone screen turned on/off.</li>
<li>Figure out at what time you plugged in or removed your phone charger and wired headphones.</li>
<li>Figure out at what time you switched on/off your phone (i.e., it captures the device uptime and ACTION_SHUTDOWN broadcasts).</li>
<li>Access most of your device related information like your phone model, manufacturer etc.</li>
<li>Keep track of your WiFi/Mobile data usage.</li>
<li>Get a list of all the apps installed on your phone.</li>
<li>Construct a 3D visualization of your body movements.</li></ul>

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -0,0 +1 @@
showcase privacy issues in Android