Merge "Update the settings due to a framework API change."

This commit is contained in:
2014-06-06 20:37:16 +00:00
committed by Android (Google) Code Review

View File

@@ -740,7 +740,7 @@ public class PrintServiceSettingsFragment extends SettingsPreferenceFragment
}
});
}
mDiscoverySession.startPrinterDisovery(null);
mDiscoverySession.startPrinterDiscovery(null);
}
}
}