зеркало из https://github.com/mozilla/gecko-dev.git
Bug 722896. r=dchan
This commit is contained in:
Родитель
16867071bc
Коммит
918a5ee7d0
|
@ -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" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче