commit | 4df6edb1acefcd927932b7c1cb71575298d53b86 | [log] [tgz] |
---|---|---|
author | Andrew Stadler <stadler@android.com> | Fri Feb 05 01:00:13 2010 -0800 |
committer | Andrew Stadler <stadler@android.com> | Fri Feb 05 01:00:13 2010 -0800 |
tree | 79cca8e54ad536d076af41b95d9b7bd5c8513262 | |
parent | c4e8d7e21a25e2a075fd80abccaa5326c3232b9d [diff] |
Fix device administrator "add" logic Due to a missing "else" the logic to activate a device administrator was immediately falling through into the logic to remove it. As a result, the add was immediately countermanded by a remove.