commit | f657b63c1c20252e1b0eb0646efb479420c828be | [log] [tgz] |
---|---|---|
author | Dianne Hackborn <hackbod@google.com> | Mon Mar 22 18:08:07 2010 -0700 |
committer | Dianne Hackborn <hackbod@google.com> | Mon Mar 22 18:08:07 2010 -0700 |
tree | 73f593e912e93743169fa2f325ff87f2a3d77d94 | |
parent | 49de491379fc56960d00ff6c52472fe1a7d907a7 [diff] |
Fix restoring of permissions after a reboot. It turns out the whole loadedPermissions thing was pointless at this point, and causing the problem: we would write out the granted permissions, then at boot load them into loaded permissions, and never actually put them in granted. Just remove loadedPermissions. The grantedPermissions (that is the permissions the user has approved be granted to the app) are all we care about. Change-Id: I54d9dc418d6277ae0b35b8c1fc4b9c11f34f86f0