~humpolec-team/humpolec/UbuntuInstaller-ota

« back to all changes in this revision

Viewing changes to AndroidManifest.xml

  • Committer: Y.C cheng
  • Date: 2013-12-20 09:09:45 UTC
  • mfrom: (27.1.1 UbuntuInstaller)
  • Revision ID: yc.cheng@canonical.com-20131220090945-7cxh8tbganmf6p2g
error return intent and dispaly download error toast

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
3
    package="com.canonical.ubuntu.installer"
4
 
    android:versionCode="20"
 
4
    android:versionCode="19"
5
5
    android:versionName="0.2" >
6
6
 
7
7
    <uses-sdk
26
26
 
27
27
    <application
28
28
        android:allowBackup="true"
29
 
        android:icon="@drawable/ic_installer"
 
29
        android:icon="@drawable/ic_launcher"
30
30
        android:label="@string/app_name"
31
31
        android:screenOrientation="portrait"
32
32
        android:theme="@android:style/Theme.Holo" >
62
62
                <action android:name="com.canonical.ubuntuinstaller.UbuntuInstallService.GET_SERVICE_STATE" />
63
63
                <action android:name="com.canonical.ubuntuinstaller.UbuntuInstallService.GET_PROGRESS_STATUS" />
64
64
                <action android:name="com.canonical.ubuntuinstaller.UbuntuInstallService.REBOOT_UBUNTU" />
65
 
                <action android:name="com.canonical.ubuntuinstaller.UbuntuInstallService.IS_UBUNTU_UPGRADABLE" />
66
65
            </intent-filter>
67
66
        </service>
68
67
    </application>