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

Commit 4e408fe1 authored by Andy Wickham's avatar Andy Wickham
Browse files

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

Test: Manual
Fixes: 186905222
Change-Id: Iab122016da87dc151d3928666bea9d235691fb67
parent 51cac482
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 */