~humpolec-team/humpolec/UbuntuInstaller-ota

« back to all changes in this revision

Viewing changes to src/com/canonical/ubuntu/installer/LaunchActivity.java

  • Committer: Rex Tsai (蔡志展)
  • Date: 2013-12-26 07:08:52 UTC
  • Revision ID: rex.tsai@canonical.com-20131226070852-wg9vkt712bxlik21
s/UPGRADE_UBUNTU/IS_UBUNTU_UPGRADABLE/

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
        fillInstalledVersionInfo();
51
51
 
52
52
        // check the upgradeable image.
53
 
        startService(new Intent(UbuntuInstallService.UPGRADE_UBUNTU));
 
53
        startService(new Intent(UbuntuInstallService.IS_UBUNTU_UPGRADABLE));
54
54
    }
55
55
 
56
56
    @Override