Loading res/values/strings.xml +0 −1 Original line number Diff line number Diff line Loading @@ -4131,7 +4131,6 @@ <!-- Manage applications, text for move error messages --> <string name="insufficient_storage">Not enough storage space.</string> <string name="does_not_exist">App doesn\u2019t exist.</string> <string name="app_forward_locked">App is copy-protected.</string> <string name="invalid_location">Install location isn\u2019t valid.</string> <string name="system_package">System updates can\u2019t be installed on external media.</string> <!-- Error message shown when trying to move device administrators to external disks, such as SD card [CHAR_LIMIT=none] --> Loading src/com/android/settings/deviceinfo/StorageWizardMoveProgress.java +0 −2 Original line number Diff line number Diff line Loading @@ -88,8 +88,6 @@ public class StorageWizardMoveProgress extends StorageWizardBase { return getString(R.string.move_error_device_admin); case PackageManager.MOVE_FAILED_DOESNT_EXIST: return getString(R.string.does_not_exist); case PackageManager.MOVE_FAILED_FORWARD_LOCKED: return getString(R.string.app_forward_locked); case PackageManager.MOVE_FAILED_INVALID_LOCATION: return getString(R.string.invalid_location); case PackageManager.MOVE_FAILED_SYSTEM_PACKAGE: Loading Loading
res/values/strings.xml +0 −1 Original line number Diff line number Diff line Loading @@ -4131,7 +4131,6 @@ <!-- Manage applications, text for move error messages --> <string name="insufficient_storage">Not enough storage space.</string> <string name="does_not_exist">App doesn\u2019t exist.</string> <string name="app_forward_locked">App is copy-protected.</string> <string name="invalid_location">Install location isn\u2019t valid.</string> <string name="system_package">System updates can\u2019t be installed on external media.</string> <!-- Error message shown when trying to move device administrators to external disks, such as SD card [CHAR_LIMIT=none] --> Loading
src/com/android/settings/deviceinfo/StorageWizardMoveProgress.java +0 −2 Original line number Diff line number Diff line Loading @@ -88,8 +88,6 @@ public class StorageWizardMoveProgress extends StorageWizardBase { return getString(R.string.move_error_device_admin); case PackageManager.MOVE_FAILED_DOESNT_EXIST: return getString(R.string.does_not_exist); case PackageManager.MOVE_FAILED_FORWARD_LOCKED: return getString(R.string.app_forward_locked); case PackageManager.MOVE_FAILED_INVALID_LOCATION: return getString(R.string.invalid_location); case PackageManager.MOVE_FAILED_SYSTEM_PACKAGE: Loading