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

Commit bd09ca1b authored by Orhan Uysal's avatar Orhan Uysal
Browse files

Add TasKSnapshotManager to FrameworkServices.

Bug: 438439090
Test: m
Flag: EXEMPT (Adding a provider only)
Change-Id: Ib66ae4fc1b0d6801e728852192b79ee37b4bd46b
parent 55740f38
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() {