Merge "Button that goes from app info details to app info" into mnc-dev

This commit is contained in:
Jason Monk
2015-05-08 19:47:27 +00:00
committed by Android (Google) Code Review
10 changed files with 87 additions and 7 deletions

View File

@@ -115,7 +115,7 @@ public class ProcessStatsDetail extends SettingsPreferenceFragment
AppHeader.createAppHeader(this,
mApp.mUiTargetApp != null ? mApp.mUiTargetApp.loadIcon(mPm) : new ColorDrawable(0),
mApp.mUiLabel, null);
mApp.mUiLabel, AppInfoWithHeader.getInfoIntent(this, mApp.mPackage));
}
@Override