App: initial add process callback

This commit is contained in:
Katana
2023-11-09 22:43:16 +08:00
parent 06ccb152d3
commit de43f59a8e
3 changed files with 25 additions and 9 deletions

View File

@@ -31,8 +31,6 @@ import com.android.launcher.R;
import java.lang.ref.WeakReference;
import lu.die.foza.SuperAPI.FozaCore;
public class LauncherApplication extends Application {
private LauncherModel mModel;
private IconCache mIconCache;
@@ -86,12 +84,6 @@ public class LauncherApplication extends Application {
mFavoritesObserver);
}
@Override
protected void attachBaseContext(Context base) {
super.attachBaseContext(base);
FozaCore.startup(base);
}
/**
* There's no guarantee that this function is ever called.
*/