|
|
|
|
|
by rcoh
4660 days ago
|
|
An Android phone is my primary device. A few key issues for me: 1. No app discovery -- I want to find out about apps that can work with my content. 2. Action curation -- I want to see the actions that other people think are most useful when dealing with my content. 3. No "Return" actions -- eg. The context knowledge necessary to reply to the same message, or overwrite an existing file. 4. Cross device and cross OS: If this is done right, there's no reason for the action to be bound to just one device or even one person. |
|
2. Each app defines what intents it can handle, so I don't think curation is necessary. The app select popup window is already curating that for you?
3. This context knowledge is provided inside every intent. Not all apps choose to use it, though. In some cases I'd guess the sandbox would get in the way as well. I'm not sure how much practical value this would have anyway? Can you explain it a bit more?
4. There is nothing stopping Apple from adopting Android intents, but obviously they won't. This is a 'pie in the sky' suggestion that won't happen for the same reason there is more than one flavour of Linux. It's like asking why you can't pipe results from your unix system to a Windows system - it just won't happen for political reasons.