am ef1cfe16: am 32d7ea74: am 9379d935: Make printers for a print service not react to press.

* commit 'ef1cfe16fb95a8ae0e73dbd8d2f4235386be1803':
  Make printers for a print service not react to press.
This commit is contained in:
Svetoslav
2013-10-04 18:08:26 -07:00
committed by Android Git Automerger

View File

@@ -591,6 +591,11 @@ public class PrintServiceSettingsFragment extends SettingsPreferenceFragment
return convertView;
}
@Override
public boolean isEnabled(int position) {
return false;
}
@Override
public Loader<List<PrinterInfo>> onCreateLoader(int id, Bundle args) {
if (id == LOADER_ID_PRINTERS_LOADER) {