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

Commit faf403ef authored by Olivier Gaillard's avatar Olivier Gaillard Committed by Android (Google) Code Review
Browse files

Merge "Update the dropbox tag for system app."

parents 27ce7f77 4f05c091
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8755,7 +8755,7 @@ public class ActivityManagerService extends IActivityManager.Stub
    private static String processClass(ProcessRecord process) {
        if (process == null || process.getPid() == MY_PID) {
            return "system_server";
        } else if ((process.info.flags & ApplicationInfo.FLAG_SYSTEM) != 0) {
        } else if (process.info.isSystemApp() || process.info.isSystemExt()) {
            return "system_app";
        } else {
            return "data_app";