This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Android and the fly likes Whats the use of permissions ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Mobile » Android
Reply Bookmark "Whats the use of permissions ?" Watch "Whats the use of permissions ?" New topic
Author

Whats the use of permissions ?

chetan dhumane
Ranch Hand

Joined: Jan 07, 2009
Posts: 628

Whats the practical use of <uses-permission> tag , how it helps to provide security ?
Anyone can embed this tag in his/her application and can use it .

Thanks in advance .


http://www.androcid.com/
Lester Burnham
Rancher

Joined: Oct 14, 2008
Posts: 1337
Anyone who wants to download an application from the Android Market will be warned about which permissions the application uses. So the user can make an informed decisions about whether or not he wants to use it. I have rejected several applications that looked interesting, but that needed (for some unexplained reason) more permissions that I thought were necessary. Access to contacts and calendar, especially when combined with internet access, is especially suspicious.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Whats the use of permissions ?
 
Similar Threads
WebLogic server 7.0 JDK version
in server.xml how to make change in "Host" tag
Difference between declarative and scriptlet
jsp:useBean
I am new to javaranch.