~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-08-01 12:54:29 UTC
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: mkarnicki@gmail.com-20110801125429-ju9r7t77htnwfmhm
bzr add missing fake provider files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
                android:name="android.accounts.AccountAuthenticator"
43
43
                android:resource="@xml/authenticator" />
44
44
        </service>
 
45
        <provider
 
46
                android:name=".provider.FakeProvider"
 
47
            android:authorities="com.ubuntu.android.sso.fake" />
45
48
        <service
46
49
                android:name="com.ubuntu.android.sso.syncadapter.SyncService"
47
50
                android:exported="true" >