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

Commit 2a0ba524 authored by Andy Wickham's avatar Andy Wickham Committed by Automerger Merge Worker
Browse files

Merge "Fixes Studio warning from not being able to find this reference." into...

Merge "Fixes Studio warning from not being able to find this reference." into sc-dev am: 52275757 am: 56e19978

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14374825

Change-Id: I560bd8585e601da04c14b66e11c5b7191c8d5dfa
parents 194c9204 56e19978
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ public interface BcSmartspaceDataPlugin extends Plugin {
        /**
         * When on the lockscreen, use the FalsingManager to help detect errant touches
         */
        void setFalsingManager(FalsingManager falsingManager);
        void setFalsingManager(com.android.systemui.plugins.FalsingManager falsingManager);
    }

    /** Interface for launching Intents, which can differ on the lockscreen */