mobile/android/services/manifests/FxAccountAndroidManifest_services.xml.in

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1         <service
     2             android:exported="true"
     3             android:name="org.mozilla.gecko.fxa.authenticator.FxAccountAuthenticatorService" >
     4             <intent-filter >
     5                 <action android:name="android.accounts.AccountAuthenticator" />
     6             </intent-filter>
     8             <meta-data
     9                 android:name="android.accounts.AccountAuthenticator"
    10                 android:resource="@xml/fxaccount_authenticator" />
    11         </service>
    12         <service
    13             android:exported="false"
    14             android:name="org.mozilla.gecko.fxa.sync.FxAccountSyncService" >
    15             <intent-filter >
    16                 <action android:name="android.content.SyncAdapter" />
    17             </intent-filter>
    19             <meta-data
    20                 android:name="android.content.SyncAdapter"
    21                 android:resource="@xml/fxaccount_syncadapter" />
    22         </service>
    23         <service
    24             android:exported="false"
    25             android:name="org.mozilla.gecko.fxa.receivers.FxAccountDeletedService" >
    26         </service>

mercurial