Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5d6f9f71 authored by Arc Wang's avatar Arc Wang Committed by Automerger Merge Worker
Browse files

Show full screen 'Free up space' for large screen devices am: ec350919 am: ca79841b

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15809064

Change-Id: I20c452971da9e8342262727da79cb5f4aa224e4b
parents 17813cc4 ca79841b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -276,6 +276,7 @@ public class StorageCategoryFragment extends DashboardFragment
            metricsFeatureProvider.logClickedPreference(preference, getMetricsCategory());
            metricsFeatureProvider.action(context, SettingsEnums.STORAGE_FREE_UP_SPACE_NOW);
            final Intent intent = new Intent(StorageManager.ACTION_MANAGE_STORAGE);
            intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
            context.startActivityAsUser(intent, new UserHandle(mUserId));
            return true;
        }
+1 −0
Original line number Diff line number Diff line
@@ -476,6 +476,7 @@ public class StorageDashboardFragment extends DashboardFragment
            metricsFeatureProvider.logClickedPreference(preference, getMetricsCategory());
            metricsFeatureProvider.action(context, SettingsEnums.STORAGE_FREE_UP_SPACE_NOW);
            final Intent intent = new Intent(StorageManager.ACTION_MANAGE_STORAGE);
            intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
            context.startActivityAsUser(intent, new UserHandle(mUserId));
            return true;
        }