As others have mentioned I'm sure some app developers will resort to just erroring out if they can't access something they asked permission to access, but hopefully we'll be able to shame the bigger players away from that.
Hidden “App Ops” Feature in Android 4.3 Lets You Disable Permissions From Apps
21–30 of 63 posts
Re: Hidden “App Ops” Feature in Android 4.3 Lets You Disable Permissions From Apps
#22It would be nice if there was also a "simulate" option for some permissions. That way the app would think it has a permission when it doesn't. It could return an empty phonebook for contacts or random location for GPS or confirm a SMS was sent when it never went out, etc.
That's exactly what Privacy Guard in CM does. https://plus.google.com/+CyanogenMod/posts/86LLXrDpVWY
Re: Hidden “App Ops” Feature in Android 4.3 Lets You Disable Permissions From Apps
#23It's called app goggles or something.
I block internet access to lots of apps thatdo not need,it. And most of them crash when they try to use it.
Eg. Swype tries to connect every time i reboot my phone. Not sure if they are just checking for updates or uploading my personal dict, but since it doesn't try to upload anything while I'm actually writing, i just watch it die every reboot and that is it.
Almost all games i tried i removed access to see running apps and contact list. Very few crashed, meaning they probably expose those api to ads, and they are not using them yet.
Re: Hidden “App Ops” Feature in Android 4.3 Lets You Disable Permissions From Apps
#24Earlier quoted context omitted.
That's exactly what Privacy Guard in CM does. https://plus.google.com/+CyanogenMod/posts/86LLXrDpVWY
Too bad CyanogenMod itself phones home to tell the developers about you.
Re: Hidden “App Ops” Feature in Android 4.3 Lets You Disable Permissions From Apps
#25Re: Hidden “App Ops” Feature in Android 4.3 Lets You Disable Permissions From Apps
#26Re: Hidden “App Ops” Feature in Android 4.3 Lets You Disable Permissions From Apps
#27This looks very useful. The Android permission system is pretty good from a technical point of view, but since a lot of apps just require all permissions regardless, and people are trained to disregard this when installing, it's almost moot. I wonder if Google is using requested permissions in Play rankings. The apps which require _all_ permissions should definitely be ranked lower.
This lets you take those permissions away retrospectively. In many cases I suspect you will find it is a free app's ad network that's asking for ridiculous permissions, e.g. access to location in a flashlight app. Google is probably reluctant to do things that "harm" competing ad networks for fear of getting sued.
Re: Hidden “App Ops” Feature in Android 4.3 Lets You Disable Permissions From Apps
#28It would be nice if there was also a "simulate" option for some permissions. That way the app would think it has a permission when it doesn't. It could return an empty phonebook for contacts or random location for GPS or confirm a SMS was sent when it never went out, etc.
[1] https://code.google.com/p/android/issues/detail?id=58043
Re: Hidden “App Ops” Feature in Android 4.3 Lets You Disable Permissions From Apps
#29Cue the piles of posted code snippets on StackOverflow and similar to uselessly error out on startup without the full set of requested permissions. Well-behaved apps won't ask for permissions they don't need anyway, and badly-behaved apps will simply refuse to run without all the permissions they (and their ad services) request. Without the ability to pretend to have the permission but not actually provide useful dat…
If this were true it would be an issue on iOS. Its not.
Re: Hidden “App Ops” Feature in Android 4.3 Lets You Disable Permissions From Apps
#30This removes one of my pet peeves about android. Now please allow users full control over uninstalling non system applications. I hate that I cannot uninstall Facebook and Twitter on my HTC one. My past Droid Charge by Samsung (on Verizon) was even worse since it installed a whole bunch of useless applications that I had no way to uninstall. I hated that phone every single time I used it.