diff --git a/res/values/strings.xml b/res/values/strings.xml index da2d24b3c36..89de03c4f22 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1386,12 +1386,6 @@ When this feature is turned on, you can beam app content to another NFC-capable device by holding the devices close together. For example, you can beam Browser pages, YouTube videos, People contacts, and more.\n\nJust bring the devices together (typically back to back) and then touch your screen. The app determines what gets beamed. - - - Network service discovery - - Allow apps on other devices to discover apps on this device - Wi\u2011Fi diff --git a/res/xml/wireless_settings.xml b/res/xml/wireless_settings.xml index f08de5e826c..96f26ac3d25 100644 --- a/res/xml/wireless_settings.xml +++ b/res/xml/wireless_settings.xml @@ -76,12 +76,6 @@ android:targetClass="com.android.settings.wimax.WimaxSettings" /> - - getNonIndexableKeys(Context context) { final ArrayList result = new ArrayList(); - result.add(KEY_TOGGLE_NSD); - final UserManager um = (UserManager) context.getSystemService(Context.USER_SERVICE); final boolean isSecondaryUser = !um.isAdminUser(); final boolean isWimaxEnabled = !isSecondaryUser