Show full screen 'Free up space' for large screen devices am: ec350919ea
am: ca79841b3a
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15809064 Change-Id: I20c452971da9e8342262727da79cb5f4aa224e4b
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user