Removing unused interfaces from Launcher

Bug: 301661768
Test: Presubmit
Flag: N/A
Change-Id: Ia042805080bd314efff5a9bb4877f4f830fb3998
This commit is contained in:
Sunny Goyal
2023-09-22 15:54:37 -07:00
parent 2cce534cbb
commit 81039b2d73
3 changed files with 0 additions and 89 deletions

View File

@@ -41,10 +41,6 @@ public interface LauncherOverlayManager extends Application.ActivityLifecycleCal
default void hideOverlay(int duration) { }
default boolean startSearch(byte[] config, Bundle extras) {
return false;
}
@Override
default void onActivityCreated(Activity activity, Bundle bundle) { }