Merge "Update summary for Connected devices->Printing." into oc-dev
am: 4bbfdb13e7
Change-Id: Iec490fa3c38a854d3469d238f1d3acb17196a02d
This commit is contained in:
@@ -529,7 +529,7 @@ public class PrintSettingsFragment extends ProfileSettingsPreferenceFragment
|
||||
if (mPrintManager != null) {
|
||||
if (isListening) {
|
||||
List<PrintServiceInfo> services =
|
||||
mPrintManager.getPrintServices(PrintManager.ALL_SERVICES);
|
||||
mPrintManager.getPrintServices(PrintManager.ENABLED_SERVICES);
|
||||
if (services == null || services.isEmpty()) {
|
||||
mSummaryLoader.setSummary(this,
|
||||
mContext.getString(R.string.print_settings_summary_no_service));
|
||||
|
||||
Reference in New Issue
Block a user