Loading res/xml/app_default_settings.xml +0 −4 Original line number Diff line number Diff line Loading @@ -29,7 +29,6 @@ <Preference android:key="default_browser" android:title="@string/default_browser_title" android:summary="@string/default_browser_title_none" android:fragment="com.android.settings.applications.defaultapps.DefaultBrowserPicker" android:order="-19"> <extra android:name="for_work" android:value="false"/> Loading @@ -38,7 +37,6 @@ <Preference android:key="default_home" android:title="@string/home_app" android:summary="@string/no_default_home" android:fragment="com.android.settings.applications.defaultapps.DefaultHomePicker" settings:keywords="@string/keywords_home" android:order="-18"/> Loading Loading @@ -66,7 +64,6 @@ <com.android.settings.widget.GearPreference android:key="default_autofill" android:title="@string/autofill_app" android:summary="@string/app_list_preference_none" android:fragment="com.android.settings.applications.defaultapps.DefaultAutofillPicker" settings:keywords="@string/autofill_keywords" android:order="-14"/> Loading @@ -91,7 +88,6 @@ <Preference android:key="work_default_browser" android:title="@string/default_browser_title" android:summary="@string/default_browser_title_none" android:fragment="com.android.settings.applications.defaultapps.DefaultBrowserPicker"> <extra android:name="for_work" android:value="true"/> </Preference> Loading src/com/android/settings/accessibility/AccessibilitySettings.java +0 −2 Original line number Diff line number Diff line Loading @@ -775,8 +775,6 @@ public class AccessibilitySettings extends SettingsPreferenceFragment implements SearchIndexableRaw indexable = new SearchIndexableRaw(context); indexable.key = componentName.flattenToString(); indexable.title = service.getResolveInfo().loadLabel(packageManager).toString(); indexable.summaryOn = context.getString(R.string.accessibility_feature_state_on); indexable.summaryOff = context.getString(R.string.accessibility_feature_state_off); indexable.screenTitle = screenTitle; indexables.add(indexable); } Loading src/com/android/settings/print/PrintSettingsFragment.java +0 −2 Original line number Diff line number Diff line Loading @@ -597,8 +597,6 @@ public class PrintSettingsFragment extends ProfileSettingsPreferenceFragment data = new SearchIndexableRaw(context); data.key = componentName.flattenToString(); data.title = service.getResolveInfo().loadLabel(packageManager).toString(); data.summaryOn = context.getString(R.string.print_feature_state_on); data.summaryOff = context.getString(R.string.print_feature_state_off); data.screenTitle = screenTitle; indexables.add(data); } Loading Loading
res/xml/app_default_settings.xml +0 −4 Original line number Diff line number Diff line Loading @@ -29,7 +29,6 @@ <Preference android:key="default_browser" android:title="@string/default_browser_title" android:summary="@string/default_browser_title_none" android:fragment="com.android.settings.applications.defaultapps.DefaultBrowserPicker" android:order="-19"> <extra android:name="for_work" android:value="false"/> Loading @@ -38,7 +37,6 @@ <Preference android:key="default_home" android:title="@string/home_app" android:summary="@string/no_default_home" android:fragment="com.android.settings.applications.defaultapps.DefaultHomePicker" settings:keywords="@string/keywords_home" android:order="-18"/> Loading Loading @@ -66,7 +64,6 @@ <com.android.settings.widget.GearPreference android:key="default_autofill" android:title="@string/autofill_app" android:summary="@string/app_list_preference_none" android:fragment="com.android.settings.applications.defaultapps.DefaultAutofillPicker" settings:keywords="@string/autofill_keywords" android:order="-14"/> Loading @@ -91,7 +88,6 @@ <Preference android:key="work_default_browser" android:title="@string/default_browser_title" android:summary="@string/default_browser_title_none" android:fragment="com.android.settings.applications.defaultapps.DefaultBrowserPicker"> <extra android:name="for_work" android:value="true"/> </Preference> Loading
src/com/android/settings/accessibility/AccessibilitySettings.java +0 −2 Original line number Diff line number Diff line Loading @@ -775,8 +775,6 @@ public class AccessibilitySettings extends SettingsPreferenceFragment implements SearchIndexableRaw indexable = new SearchIndexableRaw(context); indexable.key = componentName.flattenToString(); indexable.title = service.getResolveInfo().loadLabel(packageManager).toString(); indexable.summaryOn = context.getString(R.string.accessibility_feature_state_on); indexable.summaryOff = context.getString(R.string.accessibility_feature_state_off); indexable.screenTitle = screenTitle; indexables.add(indexable); } Loading
src/com/android/settings/print/PrintSettingsFragment.java +0 −2 Original line number Diff line number Diff line Loading @@ -597,8 +597,6 @@ public class PrintSettingsFragment extends ProfileSettingsPreferenceFragment data = new SearchIndexableRaw(context); data.key = componentName.flattenToString(); data.title = service.getResolveInfo().loadLabel(packageManager).toString(); data.summaryOn = context.getString(R.string.print_feature_state_on); data.summaryOff = context.getString(R.string.print_feature_state_off); data.screenTitle = screenTitle; indexables.add(data); } Loading