Make the app header bar more consistent.
- Don't include info link if just came from app info page - include back button on app info page when launched from header Bug: 22203029 Change-Id: I737332a487c41e0a93d161b55659700a1f936844
This commit is contained in:
@@ -121,8 +121,7 @@ public class ProcessStatsDetail extends SettingsPreferenceFragment {
|
||||
|
||||
AppHeader.createAppHeader(this,
|
||||
mApp.mUiTargetApp != null ? mApp.mUiTargetApp.loadIcon(mPm) : new ColorDrawable(0),
|
||||
mApp.mUiLabel, mApp.mPackage.equals(Utils.OS_PKG) ? null
|
||||
: AppInfoWithHeader.getInfoIntent(this, mApp.mPackage));
|
||||
mApp.mUiLabel, mApp.mPackage, mApp.mUiTargetApp.uid);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user