Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> To make sandboxing secure, UI widget has to run in a different process and only communicate data of selected image back to your app.

Android already does this using separate processes for distinct Activities and by using Intents for message-passing between those activities. Granted, Android doesn't prevent access to the SD card data, but assuming it did secure that access somehow, the existing Activity/Intents framework would make it trivial to keep that functionality separate. Except for the fact that all the system applications and activities are built on top of the same basic Android SDK/API as 3rd party applications, so anything they can do, your apps can do too if it requests the right permissions.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: