equal
deleted
inserted
replaced
54 <intent-filter |
54 <intent-filter |
55 android:label="Beem Connection"> |
55 android:label="Beem Connection"> |
56 <action |
56 <action |
57 android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" /> |
57 android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" /> |
58 </intent-filter> |
58 </intent-filter> |
|
59 <intent-filter |
|
60 android:label="Beem Account"> |
|
61 <action |
|
62 android:name="android.intent.action.VIEW" /> |
|
63 <category |
|
64 android:name="android.intent.category.DEFAULT" /> |
|
65 <data |
|
66 android:mimeType="vnd.android.cursor.item/vnd.com.beem.project.beem.android.profile" /> |
|
67 </intent-filter> |
59 </activity> |
68 </activity> |
60 <activity |
69 <activity |
61 android:name=".ui.ChangeStatus" |
70 android:name=".ui.ChangeStatus" |
62 android:label="@string/ChangeStatusActTitle" |
71 android:label="@string/ChangeStatusActTitle" |
63 android:launchMode="singleTask" |
72 android:launchMode="singleTask" |
135 android:name="android.intent.action.BOOT_COMPLETED" /> |
144 android:name="android.intent.action.BOOT_COMPLETED" /> |
136 </intent-filter> </receiver> |
145 </intent-filter> </receiver> |
137 --> |
146 --> |
138 <provider |
147 <provider |
139 android:name=".providers.AvatarProvider" |
148 android:name=".providers.AvatarProvider" |
|
149 android:label="Avatar Provider" |
140 android:authorities="com.beem.project.beem.providers.avatarprovider" |
150 android:authorities="com.beem.project.beem.providers.avatarprovider" |
141 android:exported="false" /> |
151 android:syncable="true" |
|
152 android:exported="true" /> |
142 <service |
153 <service |
143 android:name=".account.AuthenticatorService" |
154 android:name=".account.AuthenticatorService" |
144 android:exported="true" |
155 android:exported="true" |
145 android:process=":auth"> |
156 android:process=":auth"> |
146 <intent-filter> |
157 <intent-filter> |
160 android:name="android.content.SyncAdapter" /> |
171 android:name="android.content.SyncAdapter" /> |
161 </intent-filter> |
172 </intent-filter> |
162 <meta-data |
173 <meta-data |
163 android:name="android.content.SyncAdapter" |
174 android:name="android.content.SyncAdapter" |
164 android:resource="@xml/sync_contacts" /> |
175 android:resource="@xml/sync_contacts" /> |
|
176 <meta-data |
|
177 android:name="android.provider.CONTACTS_STRUCTURE" |
|
178 android:resource="@xml/contacts" /> |
165 </service> |
179 </service> |
166 <service |
180 <service |
167 android:name="BeemService" |
181 android:name="BeemService" |
168 android:enabled="true" |
182 android:enabled="true" |
169 android:label="Beem Service" |
183 android:label="Beem Service" |