Removing references to ASEC

This change removes references to long deprecated, now removed constants
supporting ASEC containers in the framework.

Test: builds
Bug: 109941548
Change-Id: I630f784c69dd635632ec9359669d222549053bbd
This commit is contained in:
Patrick Baumann
2018-11-19 10:47:54 -08:00
parent b0bed799c0
commit 5c9f3757cb
2 changed files with 0 additions and 3 deletions

View File

@@ -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: