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

Commit df9f7210 authored by Stanley Wang's avatar Stanley Wang Committed by Android (Google) Code Review
Browse files

Merge "Fix the search result "Free up space" doesn't work." into rvc-dev

parents 2282386c 4c5c80d4
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -618,12 +618,7 @@ public class StorageSettings extends SettingsPreferenceFragment implements Index
                    data.title = context.getString(R.string.storage_menu_free);
                    data.key = KEY_STORAGE_SETTINGS_FREE_SPACE;
                    data.screenTitle = context.getString(R.string.storage_menu_free);
                    // We need to define all three in order for this to trigger properly.
                    data.intentAction = StorageManager.ACTION_MANAGE_STORAGE;
                    data.intentTargetPackage =
                            context.getString(R.string.config_deletion_helper_package);
                    data.intentTargetClass =
                            context.getString(R.string.config_deletion_helper_class);
                    result.add(data);

                    return result;