mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
Merge "Enabling plugins on Launcher debug builds" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
14faee73e7
@@ -19,6 +19,7 @@ import static com.android.launcher3.util.Executors.MODEL_EXECUTOR;
|
||||
import android.content.Context;
|
||||
import android.os.Looper;
|
||||
|
||||
import com.android.launcher3.Utilities;
|
||||
import com.android.systemui.shared.plugins.PluginInitializer;
|
||||
|
||||
public class PluginInitializerImpl implements PluginInitializer {
|
||||
@@ -44,4 +45,8 @@ public class PluginInitializerImpl implements PluginInitializer {
|
||||
@Override
|
||||
public void handleWtfs() {
|
||||
}
|
||||
|
||||
public boolean isDebuggable() {
|
||||
return Utilities.IS_DEBUG_DEVICE;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user