• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

can I prevent apps accessing personal data?

rks

Lurker
Some apps require you to give them access to personal data such as call and message logs and contact lists. Once these apps are installed on my phone, is there any way of denying them such access? Or is the only solution to not install them in the first place?
 
Try permission manner by info life. It is one of many apps that Gives acess to "app ops" on android 4.2, 4.3 I think

It lets you see when certain permissions were last used, and you can block them.

Another possibility is firewall. If you can block all means for the app to communicate outside your device, then it doesn't matter if it accessed your private data.
 
It is true that blocking a permission can cause apps to mal function or crash on occasion.

The app ops type permission managers (like from info life), even if you choose not to block anything, still give you info about what permissions have been used (although it doesn't cover all permission categories). I observed that (thankfully) most of apps I install (which tend to be well screened) that request access to things like contact permissions don't actually access them (unless I have done something that would naturally make them access permissions). That doesn't include Google apps, which seem to access a lot for no apparent reason, but I tend not to worry about them.

I use afwall+ firewall to simply block internet for apps that don't need it...hasn't caused much problem.

A more sophisticated approach is xprivacy xposed module (xposed needs root). It allows you to feed false data (like empty contact list) so the app won't crash...it'll just get useless/bogus data fed to it where you choose. It's Lightyears more powerful and flexible than app ops type permission manners in many ways. Xprivacy is sort of like a database which allows sorting and filtering by app, by specific permission category, by status (permission altered by the app or not). It also breaks down permission categories into mind-numbingly small pieces that only a programmer would understand. More powerful yes....and with power comes complicated user interface. Expect to spend some time studying xprivacy before it becomes useful
 
Back
Top Bottom