Merge "Handle uninstall from notifications list" into mnc-dev

This commit is contained in:
Jason Monk
2015-07-08 13:34:40 +00:00
committed by Android (Google) Code Review
2 changed files with 23 additions and 10 deletions

View File

@@ -379,6 +379,9 @@ public class InstalledAppDetails extends AppInfoBase
@Override
public void onPrepareOptionsMenu(Menu menu) {
if (mFinishing) {
return;
}
boolean showIt = true;
if (mUpdatedSysApp) {
showIt = false;