commit | e9556a89dbd7c1ab23b431a26e05cbad9e4d3b38 | [log] [tgz] |
---|---|---|
author | dooyoung.hwang <dooyoung.hwang@lge.com> | Fri Nov 11 17:23:00 2016 +0900 |
committer | dooyoung.hwang <dooyoung.hwang@lge.com> | Thu Nov 17 09:47:28 2016 +0900 |
tree | 49b0535ffd2ec496a35ce2a009c2d565f998d418 | |
parent | b37d826204025ea9b33d8d733e1282a5e1eb0822 [diff] |
Share one receiver for CurrentUserTracker Each CurrentUserTracker has one receiver per one object. This could cause unnecessary transaction as Tracker counts increases. The idea of redcuing receiver is creating one static receiver for CurrentUserTracker and share it with all object. Test: Check if Quicksetting order is changed properly after switching user. Change-Id: I8404829826391f8b315b42bbd0f50e77b783eeab