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

Commit bdbc83d5 authored by Dario Freni's avatar Dario Freni
Browse files

Use new args for apexservice.submitStagedSession.

Bug: 118865310
Test: m apexservice_tests; m apex_e2e_tests
Change-Id: I348f146df43ec0977d3ad8f392b957b1c6babc5d
parent b5f01f16
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ public class StagingManager {
                ServiceManager.getService("apexservice"));
        boolean success;
        try {
            success = apex.submitStagedSession(sessionId, apexInfoList);
            success = apex.submitStagedSession(sessionId, new int[0], apexInfoList);
        } catch (RemoteException re) {
            Slog.e(TAG, "Unable to contact apexservice", re);
            return false;