Print settings polish
1. Added support for launching the top level print settings. 2. Updated some strings. 3. Removed the uninstall option for a print service. 4. Added search for the list of printers of a print service. Change-Id: I9e175ba78b2d22b2bf90cf79153dc73327dfaff1
This commit is contained in:
@@ -111,7 +111,7 @@ public class PrintSettingsFragment extends SettingsPreferenceFragment implements
|
||||
public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
|
||||
super.onCreateOptionsMenu(menu, inflater);
|
||||
inflater.inflate(R.menu.print_settings, menu);
|
||||
MenuItem menuItem = menu.findItem(R.id.print_menu_item_download_print_service);
|
||||
MenuItem menuItem = menu.findItem(R.id.print_menu_item_add_service);
|
||||
menuItem.setIntent(new Intent(Intent.ACTION_VIEW,
|
||||
Uri.parse(getString(R.string.download_print_service_query))));
|
||||
}
|
||||
|
Reference in New Issue
Block a user