* commit '32d7ea74074875b43df22369e915c177e67a0316': 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