Add getUserEventLogger to LauncherCallbacks
b/26494415 Change-Id: I8abaaf1269c12435a523e31bf769991018ea5c02
This commit is contained in:
@@ -11,6 +11,7 @@ import android.widget.FrameLayout;
|
||||
import com.android.launcher3.AppInfo;
|
||||
import com.android.launcher3.Launcher;
|
||||
import com.android.launcher3.LauncherCallbacks;
|
||||
import com.android.launcher3.logging.UserEventLogger;
|
||||
import com.android.launcher3.allapps.AllAppsSearchBarController;
|
||||
import com.android.launcher3.util.ComponentKey;
|
||||
|
||||
@@ -224,6 +225,9 @@ public class LauncherExtension extends Launcher {
|
||||
addToCustomContentPage(customContent, mCustomContentCallbacks, "");
|
||||
}
|
||||
|
||||
@Override
|
||||
public UserEventLogger getLogger() { return null; }
|
||||
|
||||
@Override
|
||||
public View getQsbBar() {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user