Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Android security needs to be tweaked. (Score 1) 279

You've obviously never done support for software.

Yes I did, for android specifically I worked on Android Notifier (http://code.google.com/p/android-notifier/) and we got *dozens* of emails about simple things but it's manageable. It's better than letting every app do everything like the current situation right now, people don't read permission listings too ;)

Comment Re:Android security needs to be tweaked. (Score 1) 279

People would block anything and everything and then complain when the apps wouldn't work.

They won't because the app will get a PermissionDeniedException and almost always show a message to the user explaining that it didn't send an SMS message because the user blocked it. It could even know if it's permanent and just give up that feature completely after the first warning.

Comment Re:Common Sense (Score 1) 279

Maybe they could copy the J2ME security model. Everytime the app tries to send an SMS, the OS asks the user "Steamy Windows wants to send an SMS, is it allowed to do so?", if the user denies permission the app receives a PermissionDeniedException and handles it as it sees fit. This way the user will go "Why my wallpaper is trying to send an SMS!?!?". Of course, the user can make the OS "remember" his permission and never ask again.

Comment Re:cool! (Score 1) 46

Did you read the project description on the link I provided? Here it is:

memcached is a high-performance, distributed memory object caching system

I didn't know caching system has been redefined to be nosql... Now java.util.HashMap is a nosql implementation!

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...