~ubuntuone-client-engineering/ubuntu-sso-android-library/trunk

« back to all changes in this revision

Viewing changes to AndroidManifest.xml

  • Committer: Michał Karnicki
  • Date: 2011-10-11 13:44:52 UTC
  • Revision ID: mkarnicki@gmail.com-20111011134452-2ist5ebgsmoodp05
Add intent filter. Rename one constant.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
                        android:name="com.ubuntu.android.sso.authenticator.AuthenticatorActivity"
33
33
                        android:configChanges="orientation|keyboardHidden"
34
34
                        android:launchMode="singleTop"
35
 
                        android:theme="@android:style/Theme.Black" >
 
35
                        android:theme="@android:style/Theme.Black"
 
36
                        android:exported="true" >
 
37
                        <intent-filter>
 
38
                                <action android:name="com.ubuntu.android.sso.ACTION_AUTHENTICATE" />
 
39
                        </intent-filter>
36
40
                </activity>
37
41
                <service
38
42
            android:name="com.ubuntu.android.sso.authenticator.AuthenticationService"