From 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…
Either that's not entirely truthful, or the app permission system is totally broken... Need to find out when you last opened the app? "Get running apps"...?
Uber wants access to browsing history, bookmarks, and running apps
161–170 of 257 posts
Re: Uber wants access to browsing history, bookmarks, and running apps
#162Earlier quoted context omitted.
I think you're on to something, for example the Uber app probably also uses the `true` constant in places, which could be used by `if` comparisons, and Uber could actually be using `if` comparisons all over the place. Who knows what sort of suspicious `if` comparisons Uber's app might be making? We don't know, and until we do we should probably not use this app.
Not sure if this is sarcasm or just strange.
Re: Uber wants access to browsing history, bookmarks, and running apps
#163On 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 want anyhow.)
On an android, my understanding is that I've gotta chose between giving uber permission to spam my contacts list and simply not using uber, which is sad, because uber is way more convenient than a yellow cab.
This contributes to the perception that because IOS is paid for up-front, apple is willing to do things that might make apps less profitable, if it makes those apps better for the users, but that Android, because it is paid for by advertising, is less willing to side with the user against the app providers/advertisers.
Re: Uber wants access to browsing history, bookmarks, and running apps
#164There is definitely an Uber presence on HN doing damage control.
Re: Uber wants access to browsing history, bookmarks, and running apps
#165Earlier quoted context omitted.
I believe the Gmail TOS used to state that one person could only have one personal account. That has either changed, or I am misremembering.
I think you're misremembering. In fact they make it very easy to have multiple accounts and open them all simultaneously within the same gmail tab, switch between them and manage them fairly seamlessly.
Re: Uber wants access to browsing history, bookmarks, and running apps
#166Anyone who knows android dev knows this is a non issue. The permission they request doesn't even do anything in lollipop and later. Sounds more like a bad dev than anything malicious. What's the saying? Never attribute to malice with what can be explained by stupidity?
Re: Uber wants access to browsing history, bookmarks, and running apps
#167Earlier quoted context omitted.
This page has more detail on Android's permissions model: http://developer.android.com/guide/topics/security/permissio... I don't really understand the point of having fine-grained permissions (like READ_CONTACTS), when the user only sees broader permission groups. Can someone shed light on this?
It wasn't always this way. The individual permissions used to be displayed to the user directly; newer releases of the Play Store have "streamlined" this permissions prompt so that users see general permissions "groups", and some permissions (such as INTERNET) are considered "not dangerous", requiring a click on the "See all permissions" button to view everything the app requests. I imagine it's because Google recogn…
Because the way to fix "apps can demand a laundry list of permissions and users can only take it or leave it" is to sweep it under the rug?
A sane way to do it would be the way browsers deal with location data: "App [appname] is requesting permission to access [resource]. Allow always / allow / deny / deny always?"
Re: Uber wants access to browsing history, bookmarks, and running apps
#168Earlier 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…
Re: Uber wants access to browsing history, bookmarks, and running apps
#169Presumably they want to see if you are running Lyft.
And it wouldn't do anything for if you had two phones, right? This is pretty annoying as someone who still wants to use Uber. Enough that I would consider a competitor.
And then of course they have their twitter phone, and their facebook phone and...
Re: Uber wants access to browsing history, bookmarks, and running apps
#170this 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…
Unfortunately apps have to be build against the new API, so it does not happen automatically for old apps.