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

Commit c56eebe5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Don't mark Services and Activities as @Singleton"

parents 83931d29 cb56dc39
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -36,9 +36,7 @@ import com.android.internal.policy.IKeyguardStateCallback;
import com.android.systemui.SystemUIApplication;

import javax.inject.Inject;
import javax.inject.Singleton;

@Singleton
public class KeyguardService extends Service {
    static final String TAG = "KeyguardService";
    static final String PERMISSION = android.Manifest.permission.CONTROL_KEYGUARD;
+0 −2
Original line number Diff line number Diff line
@@ -28,9 +28,7 @@ import android.util.Log;
import android.view.WindowManager;

import javax.inject.Inject;
import javax.inject.Singleton;

@Singleton
public class TakeScreenshotService extends Service {
    private static final String TAG = "TakeScreenshotService";