Loading app/src/main/java/foundation/e/blisslauncher/features/launcher/LauncherActivity.java +9 −1 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ import android.app.usage.UsageStats; import android.appwidget.AppWidgetManager; import android.appwidget.AppWidgetProviderInfo; import android.content.BroadcastReceiver; import android.content.ComponentCallbacks2; import android.content.ComponentName; import android.content.ContentResolver; import android.content.Context; Loading Loading @@ -168,7 +169,8 @@ public class LauncherActivity extends AppCompatActivity implements AutoCompleteAdapter.OnSuggestionClickListener, OnSwipeDownListener, WallpaperManagerCompat.OnColorsChangedListener { WallpaperManagerCompat.OnColorsChangedListener, ComponentCallbacks2 { private static final int WIDGET_PAGE = 0; public static final int REORDER_TIMEOUT = 350; Loading Loading @@ -354,6 +356,12 @@ public class LauncherActivity extends AppCompatActivity mInsetsController = new WindowInsetsControllerCompat(getWindow(), mLauncherView); } @Override public void onTrimMemory(int level) { super.onTrimMemory(level); Log.i(TAG, "Trim Memory Callback Received: Level " + level); } public void registerUnlockBroadcastReceiver() { IntentFilter unlockFilter = new IntentFilter(); unlockFilter.addAction(Intent.ACTION_USER_PRESENT); Loading Loading
app/src/main/java/foundation/e/blisslauncher/features/launcher/LauncherActivity.java +9 −1 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ import android.app.usage.UsageStats; import android.appwidget.AppWidgetManager; import android.appwidget.AppWidgetProviderInfo; import android.content.BroadcastReceiver; import android.content.ComponentCallbacks2; import android.content.ComponentName; import android.content.ContentResolver; import android.content.Context; Loading Loading @@ -168,7 +169,8 @@ public class LauncherActivity extends AppCompatActivity implements AutoCompleteAdapter.OnSuggestionClickListener, OnSwipeDownListener, WallpaperManagerCompat.OnColorsChangedListener { WallpaperManagerCompat.OnColorsChangedListener, ComponentCallbacks2 { private static final int WIDGET_PAGE = 0; public static final int REORDER_TIMEOUT = 350; Loading Loading @@ -354,6 +356,12 @@ public class LauncherActivity extends AppCompatActivity mInsetsController = new WindowInsetsControllerCompat(getWindow(), mLauncherView); } @Override public void onTrimMemory(int level) { super.onTrimMemory(level); Log.i(TAG, "Trim Memory Callback Received: Level " + level); } public void registerUnlockBroadcastReceiver() { IntentFilter unlockFilter = new IntentFilter(); unlockFilter.addAction(Intent.ACTION_USER_PRESENT); Loading