commit | d19416a85cfc2236b1f626a08a2bbd8dce34cc22 | [log] [tgz] |
---|---|---|
author | Altaf-Mahdi <altaf.mahdi@gmail.com> | Thu Jul 07 09:57:32 2016 +0100 |
committer | pimpmaneaton <shaunsibu@gmail.com> | Thu Sep 20 07:21:31 2018 -0600 |
tree | d4919df8f4d8ba3c12eb9df18e963e1edc2ea9dc | |
parent | 0217b256140cd41619d78ac7a2adbf7a1562d1f9 [diff] |
InstalledAppDetails: fix refreshing storage summary after force stop * if app is force stopped, current implementation causes a nasty loop which in turn causes very high cpu usage: refreshUi() > checkForceStop() > mCheckKillProcessesReceiver > refreshUi() * fix storage not being updated by running refreshUi() in onRunningStateChanged from AppInfoBase Change-Id: Iec24bb620d1a6287d7ccf583db978ef338ef762e Signed-off-by: mydongistiny <jaysonedson@gmail.com>