Earlier 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…
Uber wants access to browsing history, bookmarks, and running apps
121–130 of 257 posts
Re: Uber wants access to browsing history, bookmarks, and running apps
#122Re: Uber wants access to browsing history, bookmarks, and running apps
#123Earlier quoted context omitted.
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…
> system is broken and UI is confusing, protect nothing from user even if working right. > leave system broken but hide UI so nobody cares. hopefully, it is just incompetence, not evil.
Re: Uber wants access to browsing history, bookmarks, and running apps
#124Earlier quoted context omitted.
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"...?
I don't even understand why they need local access to figure this out. Poll the web API for last_login and be done with it. Surely they're already tracking and storing this kind of data on their end.
Re: Uber wants access to browsing history, bookmarks, and running apps
#125Earlier quoted context omitted.
> Does iOS have separate permissions for the different location resolutions No, and why should it? I'm a technical user and I'm not even sure what the different resolutions are. What is important is to know when an application is asking for location data. iOS permissions for location are a) Never b) Always c) While using. Those make complete sense to even normal users.
Personally I wish iOS did have more fine grained permissions. I agree with you on location but I'd really like 1) Has permission to read your contacts 2) You can access an OS level contact screen to choose a contact but the app can't read the list of all contacts 3) Has permission to write to contacts (remember when facebook changed contact to have a facebook email address? Would prefer no permission) Photos. Current…
I think 2 can be integrated into no permission passing some sort of Intent to the iOS address book framework.
Similarly, permission to read photos on a one off basis can be integrated into no permission. The user should get sent to Photos app and the photos app could ask them whether the user would like to share a particular photo or a particular group of photos with the app that sent them there and with the user's permission the iOS system app can pass the data back to the requesting app.
Sort of like what you said with
> Taking a photos right now is "can access camera" where as I'd prefer no camera access for most non-camera apps (facebook) and just a way to launch a system camera. I don't want apps to have the ability to keep the camera/mic on without my knowledge but "can access camera" = can use constantly without my knowledge while app is running.
Yes, I absolutely agree. I'd go as far as to say even Instagram doesn't need camera permission.
Re: Uber wants access to browsing history, bookmarks, and running apps
#126Earlier quoted context omitted.
How does using an alt account violate Google TOS?
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.
Re: Uber wants access to browsing history, bookmarks, and running apps
#127I use Android Lollipop and even if the permission didn't allow them to see I was using Lyft, I wouldn't be suprised if they're trying to re-engage "hesitating" users and are snooping for whatever data they can.
Re: Uber wants access to browsing history, bookmarks, and running apps
#128From 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"...?
Re: Uber wants access to browsing history, bookmarks, and running apps
#129There is definitely an Uber presence on HN doing damage control.
Re: Uber wants access to browsing history, bookmarks, and running apps
#130Earlier quoted context omitted.
Regardless of whether it's a non-issue on Lollipop (or later) or not, it exhibits the intent of Uber. And google is no less: https://www.privateinternetaccess.com/blog/2015/06/google-ch...
No, it really doesn't. It's a fundamental flaw in the earlier Android permissions model that it requests so much. Uber doesn't try to pull anything like this on iOS.
It's likely they don't try this on iOS because iOS simply doesn't have the APIs to do this under any permission. It's a philosophical platform difference about what the user should be able to allow apps to do.