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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user