From 5c3052936883038d25b2afe52c2dd023e9aa6812 Mon Sep 17 00:00:00 2001 From: Svetoslav Date: Mon, 30 Sep 2013 15:59:43 -0700 Subject: Remove Google Play specific search URIs from Settings. 1. If there are no installed print services or NFC payment services, we would like to allow the user to search for one in Play. However, Play is Google specific and we should not have hard coded URI that rely on it in settings. Declare secure settings for each of these URI and check at runtime if the URI is non-empty, then show the add menu item. bug:11011519 Change-Id: I2c5cb172015bbecd7d2f8ffd3cb7fd790b01dab8 --- res/menu/nfc_payment_settings.xml | 23 ----------------------- res/menu/print_settings.xml | 23 ----------------------- 2 files changed, 46 deletions(-) delete mode 100644 res/menu/nfc_payment_settings.xml delete mode 100644 res/menu/print_settings.xml (limited to 'res/menu') diff --git a/res/menu/nfc_payment_settings.xml b/res/menu/nfc_payment_settings.xml deleted file mode 100644 index f35374e..0000000 --- a/res/menu/nfc_payment_settings.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - diff --git a/res/menu/print_settings.xml b/res/menu/print_settings.xml deleted file mode 100644 index 9df1181..0000000 --- a/res/menu/print_settings.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - -- cgit v1.1