OSDN Git Service

Only query storage stats when package installed.
authorJeff Sharkey <jsharkey@android.com>
Sat, 18 Mar 2017 22:39:24 +0000 (16:39 -0600)
committerJeff Sharkey <jsharkey@android.com>
Sat, 18 Mar 2017 22:39:27 +0000 (16:39 -0600)
commit6e867d49ee2a05aa6a44be644610751db24cb285
tree529285f92b1c22e214fa752f7eb30ad8c473fbe5
parentcf2c279a2320de6d81f7fffa4ddfd9780abe1e20
Only query storage stats when package installed.

Otherwise we're just wasting our time (since the sizes will be zero),
and we'll get yelled at by an exception.

Test: builds, boots, no longer crashes
Bug: 36308874
Change-Id: I113d37e4a9ec00b8cb74321104c1ea1f836aa6f4
packages/SettingsLib/src/com/android/settingslib/applications/ApplicationsState.java