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

Commit ca79841b 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

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

Change-Id: Id5287dc07781158bdabe502e831a0a29e463e6dc
parents 734ad243 ec350919
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -286,6 +286,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
@@ -486,6 +486,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;
        }