OSDN Git Service

Merge change 2548 into donut
authorAndroid (Google) Code Review <android-gerrit@google.com>
Mon, 1 Jun 2009 17:21:05 +0000 (10:21 -0700)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Mon, 1 Jun 2009 17:21:05 +0000 (10:21 -0700)
commit1cecebfe0dc6630ac5d331ca144e94c858ca873e
treef98009c338ad6288a7f42ccaebb4133b98ff24d4
parentc5e09948ade9e2e2ae88ceed80a7d395dd7ef505
parent7b8ca6fa1c4a3d5ad04584b0b8740d4fc4547b52
Merge change 2548 into donut

* changes:
  Fix a bug in AppSecurityPermissions where it wouldn't display permissions 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