Merge "Unrestricting app when put on power whitelist" into pi-dev am: e70e27ccea

am: d47817ffcb

Change-Id: I488c11a04f7350c96c71ca70d1122c7de7b27833
This commit is contained in:
Suprabh Shukla
2018-05-11 17:00:22 -07:00
committed by android-build-merger
4 changed files with 51 additions and 7 deletions

View File

@@ -549,7 +549,7 @@ public class ManageApplications extends InstrumentedFragment
startAppInfoFragment(AppStorageSettings.class, R.string.storage_settings);
break;
case LIST_TYPE_HIGH_POWER:
HighPowerDetail.show(this, mCurrentPkgName, INSTALLED_APP_DETAILS);
HighPowerDetail.show(this, mCurrentUid, mCurrentPkgName, INSTALLED_APP_DETAILS);
break;
case LIST_TYPE_OVERLAY:
startAppInfoFragment(DrawOverlayDetails.class, R.string.overlay_settings);