mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-15 08:38:20 +00:00
Removing some usage of shared prefs
Bug: 301661768 Test: Presubmit Flag: N/A Change-Id: I158e9a5148d2c9404ea4d2e9e239696b29dbeb20
This commit is contained in:
@@ -18,7 +18,6 @@ package com.android.systemui.plugins;
|
||||
import android.app.Activity;
|
||||
|
||||
import com.android.systemui.plugins.annotations.ProvidesInterface;
|
||||
import com.android.systemui.plugins.shared.LauncherExterns;
|
||||
import com.android.systemui.plugins.shared.LauncherOverlayManager;
|
||||
|
||||
/**
|
||||
@@ -29,6 +28,6 @@ public interface LauncherOverlayPlugin extends Plugin {
|
||||
String ACTION = "com.android.systemui.action.PLUGIN_LAUNCHER_OVERLAY";
|
||||
int VERSION = 1;
|
||||
|
||||
LauncherOverlayManager createOverlayManager(Activity activity, LauncherExterns externs);
|
||||
LauncherOverlayManager createOverlayManager(Activity activity);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user