ANDROID MINI PROJECTS ANDROID PROJECTS

Towards Automatically Generating Privacy Policy for Android Apps IEEE Projects

ABSTRACT:

A privacy policy is a statement informing users how their information will be collected, used, and disclosed. Failing to provide a correct privacy policy may result in a fine. However, writing privacy policy is tedious and error-prone, because the author may not understand the source code well as it could have been written by others (e.g., outsourcing), or the author does not know the internal working of third-party libraries used. In this paper, we propose and develop a novel system named AutoPPG to automatically construct correct and readable descriptions to facilitate the generation of the privacy policy for Android applications (i.e., apps).

Given an app, AutoPPG first conducts static code analysis to characterize its behaviors related to users’ personal information and then applies natural language processing techniques to generating correct and accessible sentences for describing these behaviors. The experimental results using real apps and crowdsourcing indicate that: 1) AutoPPG creates correct and easy-to-understand descriptions for privacy policies; 2) the privacy policies constructed by AutoPPG usually reveal more operations related to users’ personal information than existing privacy policies; and 3) most developers, who reply us, would like to use AutoPPG to facilitate them.

Download Base paper: Towards Automatically Generating Privacy Policy for Android Apps

Leave a Reply

Your email address will not be published. Required fields are marked *