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

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

View File

@@ -639,6 +639,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) {