Merge "Make UnsavedChangesDialogFragment public so the framework can find it" into jb-ub-mail-ur10

This commit is contained in:
Tony Mantler 2013-09-04 19:03:21 +00:00 committed by Android (Google) Code Review
commit 67855d3117

View File

@ -773,7 +773,7 @@ public class AccountSettings extends PreferenceActivity implements FeedbackEnabl
/** /**
* Dialog fragment to show "exit with unsaved changes?" dialog * Dialog fragment to show "exit with unsaved changes?" dialog
*/ */
/* package */ static class UnsavedChangesDialogFragment extends DialogFragment { public static class UnsavedChangesDialogFragment extends DialogFragment {
final static String TAG = "UnsavedChangesDialogFragment"; final static String TAG = "UnsavedChangesDialogFragment";
// Argument bundle keys // Argument bundle keys