On Understanding Permission Usage Contextuality in Android Apps
Abstract
In the runtime permission model, the context in which a permission is requested/used the first time may change later without the user’s knowledge. Our goal is to understand how permissions are requested and used in different contexts in the runtime permission model, and compare them to identify potential inconsistencies. We present ContextDroid, a static analysis tool to identify the contexts of permission request/use, and analyze 6,790 apps (chosen from an initial set of 10062 apps from the Google Play Store). Our preliminary results show that apps often use permissions in dissimilar contexts: 15% of the apps use the permissions in contexts where users are not prompted and may be unaware; 46% of the apps use the permissions in multiple contexts while only 20% of the apps request permissions in multiple contexts. We hope our study will attract more research into non-contextual usage (and possible abuse) of permissions in the runtime model, and may spur further work in the design of finer-grained permission control.
Domains
Computer Science [cs]Origin | Files produced by the author(s) |
---|
Loading...