mirror of
https://github.com/Katana-Official/SPatch-Update.git
synced 2026-03-23 05:39:44 +08:00
App: initial add process callback
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user