diff --git a/src/com/android/messaging/ui/SmsStorageLowWarningFragment.java b/src/com/android/messaging/ui/SmsStorageLowWarningFragment.java index 3ebfdcf..43908a6 100644 --- a/src/com/android/messaging/ui/SmsStorageLowWarningFragment.java +++ b/src/com/android/messaging/ui/SmsStorageLowWarningFragment.java @@ -85,7 +85,7 @@ public class SmsStorageLowWarningFragment extends Fragment { /** * The dialog to show for user to choose what delete actions to take when storage is low */ - private static class ChooseActionDialogFragment extends DialogFragment { + public static class ChooseActionDialogFragment extends DialogFragment { public static ChooseActionDialogFragment newInstance() { return new ChooseActionDialogFragment(); } @@ -157,7 +157,7 @@ public class SmsStorageLowWarningFragment extends Fragment { /** * The dialog to confirm user's delete action */ - private static class ConfirmationDialog extends DialogFragment { + public static class ConfirmationDialog extends DialogFragment { private Duration mDuration; private String mDurationString;