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)
commitfa30c0eed3386af37be0f0df7aeaa886a8e6095d
treecea3e80a8b015d24340ac262b39735c65efa9641
parent162c9d0e90eaa71adc8c7d1456d1a9a95e638c47
parentc7b14e92075b8a0250ccc8bb4aa21e61d620a708
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