Add getUserEventLogger to LauncherCallbacks

b/26494415

Change-Id: I8abaaf1269c12435a523e31bf769991018ea5c02
This commit is contained in:
Hyunyoung Song
2016-03-08 16:55:47 -08:00
parent 726eb822d3
commit 8fd5e938d3
9 changed files with 267 additions and 219 deletions
@@ -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;