Merge "[ActivityManager] Reset killed flag at attachApplicationLocked" am: 1d5447d70b
am: 5820f7fff5
Change-Id: I6062fdf8a686fcb64340b26f8aa200d5506fb91c
This commit is contained in:
@@ -6460,6 +6460,8 @@ public final class ActivityManagerService extends ActivityManagerNative
|
||||
app.debugging = false;
|
||||
app.cached = false;
|
||||
app.killedByAm = false;
|
||||
app.killed = false;
|
||||
|
||||
|
||||
// We carefully use the same state that PackageManager uses for
|
||||
// filtering, since we use this flag to decide if we need to install
|
||||
|
||||
Reference in New Issue
Block a user