adding initial fastlane structure

This commit is contained in:
Izzy 2020-10-04 00:23:29 +02:00
parent da0b8b2eed
commit 46fd5501c3
No known key found for this signature in database
GPG Key ID: 5841AA5BBD64591E
3 changed files with 9 additions and 0 deletions

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