mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Moving flag creation to a separate file
> This provides better control over proguarding descriptions > Enforcing bug number in flag creation Bug: 270386012 Test: Presubmit and verified on device Change-Id: I31014e397690379024d2e42c0e913ce806b9569c
This commit is contained in:
@@ -18,7 +18,6 @@ package com.android.launcher3;
|
||||
|
||||
import android.content.Context;
|
||||
|
||||
import com.android.launcher3.config.FeatureFlags;
|
||||
import com.android.launcher3.graphics.BitmapCreationCheck;
|
||||
import com.android.launcher3.graphics.IconShape;
|
||||
import com.android.launcher3.logging.FileLog;
|
||||
@@ -37,7 +36,6 @@ public class MainProcessInitializer implements ResourceBasedOverride {
|
||||
|
||||
protected void init(Context context) {
|
||||
FileLog.setDir(context.getApplicationContext().getFilesDir());
|
||||
FeatureFlags.initialize(context);
|
||||
IconShape.init(context);
|
||||
|
||||
if (BitmapCreationCheck.ENABLED) {
|
||||
|
||||
Reference in New Issue
Block a user