Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7b6e78f9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix the wrong package name to return the wrong resources."

parents e53a9c94 d168885c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -193,7 +193,7 @@ public class SuspendedAppActivity extends AlertActivity
            try {
                mSuspendingAppResources = createContextAsUser(
                        UserHandle.of(mUserId), /* flags */ 0).getPackageManager()
                        .getResourcesForApplication(mSuspendedPackage);
                        .getResourcesForApplication(mSuspendingPackage);
            } catch (PackageManager.NameNotFoundException ne) {
                Slog.e(TAG, "Could not find resources for " + mSuspendingPackage, ne);
            }
+7 −1
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "CtsSuspendAppsTestCases",
      "file_patterns": ["(/|^)SuspendedAppActivity\\.java"]
    }
  ],
  "postsubmit": [
    {
      "name": "FrameworksCoreTests",