Handle app uninstall via Storage & USB.
Bug: 22702406 Change-Id: Ie02fd53be93cad1af043be2c573bd650fc1c0df2
This commit is contained in:
@@ -282,6 +282,9 @@ public class AppStorageSettings extends AppInfoWithHeader
|
|||||||
@Override
|
@Override
|
||||||
protected boolean refreshUi() {
|
protected boolean refreshUi() {
|
||||||
retrieveAppEntry();
|
retrieveAppEntry();
|
||||||
|
if (mAppEntry == null) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
refreshSizeInfo();
|
refreshSizeInfo();
|
||||||
|
|
||||||
final VolumeInfo currentVol = getActivity().getPackageManager()
|
final VolumeInfo currentVol = getActivity().getPackageManager()
|
||||||
|
Reference in New Issue
Block a user