mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Deleting deprecated and unused code
This commit is contained in:
@@ -23,7 +23,6 @@ import android.content.IntentFilter;
|
||||
import android.content.res.Configuration;
|
||||
import android.database.ContentObserver;
|
||||
import android.os.Handler;
|
||||
import dalvik.system.VMRuntime;
|
||||
|
||||
public class LauncherApplication extends Application {
|
||||
public LauncherModel mModel;
|
||||
@@ -34,8 +33,6 @@ public class LauncherApplication extends Application {
|
||||
|
||||
@Override
|
||||
public void onCreate() {
|
||||
VMRuntime.getRuntime().setMinimumHeapSize(4 * 1024 * 1024);
|
||||
|
||||
super.onCreate();
|
||||
|
||||
// set sIsScreenXLarge and sScreenDensity *before* creating icon cache
|
||||
|
||||
Reference in New Issue
Block a user