summaryrefslogtreecommitdiffstats
path: root/packages/Keyguard/proguard.flags
Commit message (Collapse)AuthorAgeFilesLines
* Fix alpha animation bug in keyguardJim Miller2013-06-201-1/+26
| | | | | | | The setters/getters were being stripped by proguard, resulting in janky transitions in keyguard alpha animations. Change-Id: Ifd4574d9b64eb2b038acac41bfc8418745ee12a2
* Fix dependency between keyguard/dexopt/AccessibilityManagerService.Jim Miller2013-02-281-0/+2
This fixes a bug on userdebug builds where dexopt hadn't completed before the service is needed. The resulting crash prevented dexopt from completing, resulting in a reboot loop and perpetual issue starting the service. The solution is to hold off on creating keyguard until the system is ready. It also moves the creation of the AccessibilityManagerService singleton back into the system process. Fixes bug 8287106 Change-Id: I96e15c084d38c255fd8f6bca6f21a0785b82ec74