Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.16 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.16 KB

Fougere License: CC BY-NC-SA 4.0

Fougere is an Andoid library that provides a user-centric privacy control for data-intensive mobile apps.

Build the template app

./gradlew installDebug

Using Fougere library Gradle Plugin

For faster integration with your app, you can use our Gradle project.

In your root project folder you should checkout this project:

git checkout [email protected]:m3ftah/fougere.git

In YourProject/settings.gradle you should add:

include ':fougere'
project(':fougere').projectDir = new File('../fougere')

And in YourProject/settings.gradle you should add:

compile project(":fougere")

Using Fougere

If you are using Fougere, please cite the following research paper:

Lakhdar Meftah, Romain Rouvoy, and Isabelle Chrisment."FOUGERE: User-Centric Location Privacy in Mobile Crowdsourcing Apps."In IFIP International Conference on Distributed Applications and Interoperable Systems, pp. 116-132. Springer,Cham, 2019. (pdf). Best Paper Award.