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

Commit 54402795 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Destroy vold socket interface completely.

Long live Binder.

Test: yes
Bug: 13758960
Change-Id: I08e8c513b1dea217d64d06e9d8bec6171c8afdaf
parent ff7ac224
Loading
Loading
Loading
Loading
+131 −1083

File changed.

Preview size limit exceeded, changes collapsed.

+0 −14
Original line number Diff line number Diff line
@@ -1146,20 +1146,6 @@ public final class SystemServer {
                traceEnd();
            }

            /*
             * StorageManagerService has a few dependencies: Notification Manager and
             * AppWidget Provider. Make sure StorageManagerService is completely started
             * first before continuing.
             */
            if (storageManager != null && !mOnlyCore) {
                traceBeginAndSlog("WaitForAsecScan");
                try {
                    storageManager.waitForAsecScan();
                } catch (RemoteException ignored) {
                }
                traceEnd();
            }

            traceBeginAndSlog("StartNotificationManager");
            mSystemServiceManager.startService(NotificationManagerService.class);
            SystemNotificationChannels.createAll(context);