* commit 'ef1cfe16fb95a8ae0e73dbd8d2f4235386be1803': Make printers for a print service not react to press.
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user