Loading res/values/strings.xml +0 −3 Original line number Diff line number Diff line Loading @@ -7219,9 +7219,6 @@ <!-- Name of the setting to disable the automatic update --> <string name="ota_disable_automatic_update">Automatic system updates</string> <!-- Name of the setting to launch Location Dogfood Tools --> <string name="location_dogfood_tools">Location Dogfood Tools</string> <!-- Label for category for data usage [CHAR LIMIT=30] --> <string name="usage">Usage</string> res/xml/development_prefs.xml +0 −7 Original line number Diff line number Diff line Loading @@ -99,13 +99,6 @@ <intent android:action="com.android.settings.action.DEMO_MODE" /> </PreferenceScreen> <!--TODO(b/28251942) Remove before ship --> <PreferenceScreen android:key="location_dogfood_tools" android:title="@string/location_dogfood_tools"> <intent android:action="com.android.apps.location_dogfood.MAIN" /> </PreferenceScreen> <PreferenceCategory android:key="debug_debugging_category" android:title="@string/debug_debugging_category"> Loading src/com/android/settings/DevelopmentSettings.java +0 −6 Original line number Diff line number Diff line Loading @@ -205,8 +205,6 @@ public class DevelopmentSettings extends RestrictedSettingsFragment private static final String OTA_DISABLE_AUTOMATIC_UPDATE_KEY = "ota_disable_automatic_update"; private static final String LOCATION_DOGFOOD_TOOLS_KEY = "location_dogfood_tools"; private static final int RESULT_DEBUG_APP = 1000; private static final int RESULT_MOCK_LOCATION_APP = 1001; Loading Loading @@ -249,7 +247,6 @@ public class DevelopmentSettings extends RestrictedSettingsFragment private String mMockLocationApp; private Preference mMockLocationAppPref; private Preference mLocationDogfoodTools; private SwitchPreference mWaitForDebugger; private SwitchPreference mVerifyAppsOverUsb; Loading Loading @@ -397,9 +394,6 @@ public class DevelopmentSettings extends RestrictedSettingsFragment mMockLocationAppPref = findPreference(MOCK_LOCATION_APP_KEY); mAllPrefs.add(mMockLocationAppPref); mLocationDogfoodTools = findPreference(LOCATION_DOGFOOD_TOOLS_KEY); mAllPrefs.add(mLocationDogfoodTools); mVerifyAppsOverUsb = findAndInitSwitchPref(VERIFY_APPS_OVER_USB_KEY); if (!showVerifierSetting()) { if (debugDebuggingCategory != null) { Loading Loading
res/values/strings.xml +0 −3 Original line number Diff line number Diff line Loading @@ -7219,9 +7219,6 @@ <!-- Name of the setting to disable the automatic update --> <string name="ota_disable_automatic_update">Automatic system updates</string> <!-- Name of the setting to launch Location Dogfood Tools --> <string name="location_dogfood_tools">Location Dogfood Tools</string> <!-- Label for category for data usage [CHAR LIMIT=30] --> <string name="usage">Usage</string>
res/xml/development_prefs.xml +0 −7 Original line number Diff line number Diff line Loading @@ -99,13 +99,6 @@ <intent android:action="com.android.settings.action.DEMO_MODE" /> </PreferenceScreen> <!--TODO(b/28251942) Remove before ship --> <PreferenceScreen android:key="location_dogfood_tools" android:title="@string/location_dogfood_tools"> <intent android:action="com.android.apps.location_dogfood.MAIN" /> </PreferenceScreen> <PreferenceCategory android:key="debug_debugging_category" android:title="@string/debug_debugging_category"> Loading
src/com/android/settings/DevelopmentSettings.java +0 −6 Original line number Diff line number Diff line Loading @@ -205,8 +205,6 @@ public class DevelopmentSettings extends RestrictedSettingsFragment private static final String OTA_DISABLE_AUTOMATIC_UPDATE_KEY = "ota_disable_automatic_update"; private static final String LOCATION_DOGFOOD_TOOLS_KEY = "location_dogfood_tools"; private static final int RESULT_DEBUG_APP = 1000; private static final int RESULT_MOCK_LOCATION_APP = 1001; Loading Loading @@ -249,7 +247,6 @@ public class DevelopmentSettings extends RestrictedSettingsFragment private String mMockLocationApp; private Preference mMockLocationAppPref; private Preference mLocationDogfoodTools; private SwitchPreference mWaitForDebugger; private SwitchPreference mVerifyAppsOverUsb; Loading Loading @@ -397,9 +394,6 @@ public class DevelopmentSettings extends RestrictedSettingsFragment mMockLocationAppPref = findPreference(MOCK_LOCATION_APP_KEY); mAllPrefs.add(mMockLocationAppPref); mLocationDogfoodTools = findPreference(LOCATION_DOGFOOD_TOOLS_KEY); mAllPrefs.add(mLocationDogfoodTools); mVerifyAppsOverUsb = findAndInitSwitchPref(VERIFY_APPS_OVER_USB_KEY); if (!showVerifierSetting()) { if (debugDebuggingCategory != null) { Loading