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

Commit 84deaa29 authored by Winson Chung's avatar Winson Chung
Browse files

Ensure closeSystemDialogs() is not oneway.

Bug: 68787785
Test: Launch overview with QS down
Change-Id: I136a3d2e45a91abe364027747bca03d4edb454c5
parent 9f4e7dbf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -232,7 +232,7 @@ interface IActivityManager {
            boolean requireFull, in String name, in String callerPackage);
    void addPackageDependency(in String packageName);
    void killApplication(in String pkg, int appId, int userId, in String reason);
    oneway void closeSystemDialogs(in String reason);
    void closeSystemDialogs(in String reason);
    Debug.MemoryInfo[] getProcessMemoryInfo(in int[] pids);
    void killApplicationProcess(in String processName, int uid);
    int startActivityIntentSender(in IApplicationThread caller,