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

Commit 0a1f2ea4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add TasKSnapshotManager to FrameworkServices." into main

parents 6a7d04eb bd09ca1b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -113,6 +113,7 @@ import android.view.accessibility.CaptioningManager;
import android.view.autofill.AutofillManager;
import android.view.inputmethod.InputMethodManager;
import android.view.textclassifier.TextClassificationManager;
import android.window.TaskSnapshotManager;

import androidx.asynclayoutinflater.view.AsyncLayoutInflater;
import androidx.core.app.NotificationManagerCompat;
@@ -308,6 +309,12 @@ public class FrameworkServicesModule {
        return ActivityTaskManager.getService();
    }

    @Provides
    @Singleton
    static TaskSnapshotManager provideTaskSnapshotManager() {
        return TaskSnapshotManager.getInstance();
    }

    @Provides
    @Singleton
    static IAudioService provideIAudioService() {