Earlier quoted context omitted.
> Can someone shed light on this? Whoever is in charge of the permission system is absolutely nuts. Or it's designed by the committee from hell. Those are the only reasons I can think of. No one sane would create this. They actually wanted to "simplify" the permissions system and let the user have more control/understanding. You could argue they've done the first... at the expense of everything else. Half of it seems…
>>- Want to write contacts? Here's reading too! Want to write texts? Here's reading too! Same as above really. Is the use-case of wanting an application to be able to add to my data (at my request) but never-ever read all my data really that hard to predict? I've configured security for a large variety of systems and I've never heard of a write-only permission. Read-only is often seen as a lesser right than read-writ…
Uber wants access to browsing history, bookmarks, and running apps
181–190 of 257 posts
Re: Uber wants access to browsing history, bookmarks, and running apps
#182this is why I don't use an android device as my primary phone, even though my perception is that you get rather more bang for your buck, hardware wise, on android phones, and even though the samsung gear VR looks like someone implemented one of my less-realistic fantasies. On IOS, yes, uber asks for access to my contacts list, I click 'no' and uber works just fine (modulo the 'spam my friends' feature, which I didn't…
This is how it works in Android 6 - permissions are requested as needed and user can deny them individually. Unfortunately apps have to be build against the new API, so it does not happen automatically for old apps.
hm. Perhaps I ought to research this; the gear VR does seem really great, especially if you can somehow wire a text editor into it. (I already have a bluetooth mechanical keyboard)
[1]https://www.eff.org/deeplinks/2013/12/google-removes-vital-p...
Re: Uber wants access to browsing history, bookmarks, and running apps
#183Google released, then withdrew, an interface for revoking and limiting application permissions. On existing Android devices. Three years ago. We know they can do this. We also know they don't care. The challenge is to make them care. https://www.eff.org/deeplinks/2013/12/google-removes-vital-p...
http://android-developers.blogspot.com/2015/08/building-bett...
Re: Uber wants access to browsing history, bookmarks, and running apps
#184Earlier quoted context omitted.
Isn't permission overreach du rigueur on Android? Seriously, I thought that this was a preferred engineering pattern on Android due to platform weirdness or something.
Yes it is/was. The problem is/was that your app stops getting auto updates if you add permissions later. A lot of users never go into the update section and grant new permissions and so your app stays on the version with the old permission set for ever.
Re: Uber wants access to browsing history, bookmarks, and running apps
#185Re: Uber wants access to browsing history, bookmarks, and running apps
#186I have often wondered why Android don't categorise or have some mechanism to allow users revoke permission later. I have been a long time Android user but recently started using iPhone. I don't like iPhone for many reasons but then the control you have on turning on and turning off location, data connectivity, access to photos etc from one screen is really something you should have on all device. I felt the need of t…
Re: Uber wants access to browsing history, bookmarks, and running apps
#187From a reddit comment: > The permissions you see on the install screen are actually triggered by various permissions in the permission group. I've checked Ubers (there's a button on the web play store and you can see it in the manifest), and the only one from the Device and App History group they actually use is "GET_TASKS", or get a list of recently opened apps. > Furthermore, on Lollipop this permission doesn't eve…
But once it's granted, the app can auto-update in the future and use more of that permission set. I don't think I've changed my settings from the default and for me at least (Nexus 5, Lollipop) if an app has the same permissions set, it will update automatically, if it requests more it will prompt me to agree. So even if the use of the permissions is innocuous now , it's bad news for the future to grant it.
If you have a nexus 5 why aren't you on marshmallow?
Re: Uber wants access to browsing history, bookmarks, and running apps
#188Earlier quoted context omitted.
Yeah, I'm afraid that in Uber's case this is what you must assume. Normally I don't default to such a state, I honestly feel that most times it's just incompetence within an organization, but in Uber's case they have been a bad actor for a long time now so they just can't be trusted. I won't be using Uber, ever.
I'm a latecomer to this situation, what have Uber done in the past to earn that reputation? Genuine question.
Re: Uber wants access to browsing history, bookmarks, and running apps
#189Earlier quoted context omitted.
Yeah, I'm afraid that in Uber's case this is what you must assume. Normally I don't default to such a state, I honestly feel that most times it's just incompetence within an organization, but in Uber's case they have been a bad actor for a long time now so they just can't be trusted. I won't be using Uber, ever.
I'm a latecomer to this situation, what have Uber done in the past to earn that reputation? Genuine question.
Re: Uber wants access to browsing history, bookmarks, and running apps
#190This permission should just simply not exist. I had two games and an another app. The browsing history was, in this case, used for targetting ads. I did not need the apps and uninstalled the apps (it was around 2 years ago, on previous version of Android I think). The apps on Android should be sandboxed and not be given this kind of permissions, that's all.