summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/AppSecurityPermissions.java
Commit message (Collapse)AuthorAgeFilesLines
* Use Holo background and proper padding for App Permissions UI.Amith Yamasani2011-05-311-3/+2
| | | | | Bug: 4515158 Change-Id: I47a8f2fbdc2547dd08e199ccbfa51710048963ae
* New AppsPermission and market styleGilles Debunne2010-10-101-7/+2
| | | | | | Bug 3067333 Change-Id: Ibbf444cfd9b1e2d7b51f4194d57c6dee30ac18ee
* More device admin work: description, policy control.Dianne Hackborn2010-01-261-4/+22
| | | | | | | | | | | | There is now a description attribute associated with all components, that can supply user-visible information about what the component does. We use this to show such information about device admins, and wallpapers are also updated to be able to show this in addition to the existing description in their meta-data. This also defines security control for admins, requiring that they declare the policies they will touch, and enforcing that they do so to be able to use various APIs.
* Make sdk version and code names static finals in PackageParser.Suchi Amalapurapu2009-10-061-12/+0
| | | | | Remove api to set these values. Remove an unused method in AppSecurityPermissions
* Fixes #1972593. Updates AppSecurityPermissions styles in Theme.LightRomain Guy2009-07-131-6/+6
|
* Fix a bug in AppSecurityPermissions where it wouldn't display permissions ↵Suchi Amalapurapu2009-05-271-18/+13
| | | | | | | | used by an app if it uses a shared user id. Remove the else clause and always get the list of requested permissions first before adding the permissions obtained via the shared user id. Also change an if condition and comments for better readability
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+504
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-504/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-113/+234
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+383