This commit is contained in:
Richard Newman 2012-02-03 13:09:28 -08:00
Родитель 16867071bc
Коммит 918a5ee7d0
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,5 +1,5 @@
<service
android:exported="true"
android:exported="false"
android:name="org.mozilla.gecko.sync.setup.SyncAuthenticatorService" >
<intent-filter >
<action android:name="android.accounts.AccountAuthenticator" />
@ -10,7 +10,7 @@
android:resource="@xml/sync_authenticator" />
</service>
<service
android:exported="true"
android:exported="false"
android:name="org.mozilla.gecko.sync.syncadapter.SyncService" >
<intent-filter >
<action android:name="android.content.SyncAdapter" />