diff options
| -rw-r--r-- | packages/PrintSpooler/src/com/android/printspooler/ui/PrintActivity.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/PrintSpooler/src/com/android/printspooler/ui/PrintActivity.java b/packages/PrintSpooler/src/com/android/printspooler/ui/PrintActivity.java index 028e7edc73cb..02609b1c2657 100644 --- a/packages/PrintSpooler/src/com/android/printspooler/ui/PrintActivity.java +++ b/packages/PrintSpooler/src/com/android/printspooler/ui/PrintActivity.java @@ -1448,7 +1448,7 @@ public class PrintActivity extends Activity implements RemotePrintDocument.Updat * dismissed if the same {@link PrintService} gets approved by another * {@link PrintServiceApprovalDialog}. */ - private static final class PrintServiceApprovalDialog extends DialogFragment + public static final class PrintServiceApprovalDialog extends DialogFragment implements OnSharedPreferenceChangeListener { private static final String PRINTSERVICE_KEY = "PRINTSERVICE"; private ApprovedPrintServices mApprovedServices; |