Skip to content
Snippets Groups Projects
Commit 075c81a3 authored by gaoshiqi's avatar gaoshiqi Committed by Makoto Onuki
Browse files

use correct userId when startProcess failed


use app.userId

Change-Id: I989289e895d4263823cc68bf5ee1e307334aeafb
Merged-in: I1cbc37fdda8530bee6f1cf1d4d7d16776b4ff55d
Signed-off-by: default avatargaoshiqi <gaoshiqi@xiaomi.com>
parent 2cbf44dc
No related branches found
No related tags found
No related merge requests found
......@@ -4108,7 +4108,7 @@ public class ActivityManagerService extends IActivityManager.Stub
// the package was initially frozen through KILL_APPLICATION_MSG, so
// it doesn't hurt to use it again.)
forceStopPackageLocked(app.info.packageName, UserHandle.getAppId(app.uid), false,
false, true, false, false, UserHandle.getUserId(app.userId), "start failure");
false, true, false, false, app.userId, "start failure");
}
}
 
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment