diff options
Diffstat (limited to 'AndroidManifest.xml')
| -rwxr-xr-x | AndroidManifest.xml | 672 |
1 files changed, 671 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 7bdc3bd42..d79c78208 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -404,7 +404,7 @@ <provider android:authorities="com.android.email.accountcache" android:label="@string/account_cache_provider" - android:exported="true" + android:exported="false" android:name="com.android.mail.providers.EmailAccountCacheProvider" > <grant-uri-permission android:pathPattern=".*" /> </provider> @@ -687,6 +687,606 @@ </service> <service + android:name=".service.MobistarAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_mobistar" + /> + </service> + + <service + android:name=".service.WanadooAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_wanadoo" + /> + </service> + + <service + android:name=".service.OrangeMailAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_orangemail" + /> + </service> + + <service + android:name=".service.CorreoOrangeAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_correoorange" + /> + </service> + + <service + android:name=".service.OrangeMobileAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_orangemobile" + /> + </service> + + <service + android:name=".service.MultiBoxAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_multibox" + /> + </service> + + <service + android:name=".service.BelgacomAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_belgacom" + /> + </service> + + <service + android:name=".service.SkynetAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_skynet" + /> + </service> + + <service + android:name=".service.TelenetAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_telenet" + /> + </service> + + <service + android:name=".service.ScarletAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_scarlet" + /> + </service> + + <service + android:name=".service.EuphonyAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_euphony" + /> + </service> + + <service + android:name=".service.VooAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_voo" + /> + </service> + + <service + android:name=".service.Tele2AuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_tele2" + /> + </service> + + <service + android:name=".service.VersatelAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_versatel" + /> + </service> + + <service + android:name=".service.TiscaliAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_tiscali" + /> + </service> + + <service + android:name=".service.SwingAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_swing" + /> + </service> + + <service + android:name=".service.VersatelADSLAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_versatelasdl" + /> + </service> + + <service + android:name=".service.BruteleAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_brutele" + /> + </service> + + <service + android:name=".service.TeledisnetAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_teledisnet" + /> + </service> + + <service + android:name=".service.TVCableNetAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_tvcablenet" + /> + </service> + + <service + android:name=".service.AliceAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_mobistar" + /> + </service> + + <service + android:name=".service.WanadooAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_wanadoo" + /> + </service> + + <service + android:name=".service.OrangeMailAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_orangemail" + /> + </service> + + <service + android:name=".service.CorreoOrangeAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_correoorange" + /> + </service> + + <service + android:name=".service.OrangeMobileAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_orangemobile" + /> + </service> + + <service + android:name=".service.MultiBoxAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_multibox" + /> + </service> + + <service + android:name=".service.BelgacomAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_belgacom" + /> + </service> + + <service + android:name=".service.SkynetAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_skynet" + /> + </service> + + <service + android:name=".service.TelenetAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_telenet" + /> + </service> + + <service + android:name=".service.ScarletAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_scarlet" + /> + </service> + + <service + android:name=".service.EuphonyAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_euphony" + /> + </service> + + <service + android:name=".service.VooAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_voo" + /> + </service> + + <service + android:name=".service.Tele2AuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_tele2" + /> + </service> + + <service + android:name=".service.VersatelAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_versatel" + /> + </service> + + <service + android:name=".service.TiscaliAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_tiscali" + /> + </service> + + <service + android:name=".service.SwingAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_swing" + /> + </service> + + <service + android:name=".service.VersatelADSLAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_versatelasdl" + /> + </service> + + <service + android:name=".service.BruteleAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_brutele" + /> + </service> + + <service + android:name=".service.TeledisnetAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_teledisnet" + /> + </service> + + <service + android:name=".service.TVCableNetAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_tvcablenet" + /> + </service> + + <service android:name=".service.AliceAuthenticatorService" android:exported="true" android:enabled="true" @@ -806,6 +1406,76 @@ /> </service> <service + android:name=".service.VodafoneAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_vodafone" + /> + </service> + <service + android:name=".service.HotmailAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_hotmail" + /> + </service> + <service + android:name=".service.SapoAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_sapo" + /> + </service> + <service + android:name=".service.NetcaboAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_netcabo" + /> + </service> + <service + android:name=".service.ClixAuthenticatorService" + android:exported="true" + android:enabled="true" + > + <intent-filter> + <action + android:name="android.accounts.AccountAuthenticator" /> + </intent-filter> + <meta-data + android:name="android.accounts.AccountAuthenticator" + android:resource="@xml/authenticator_clix" + /> + </service> + <service android:name=".service.OrangeAuthenticatorService" android:exported="true" android:enabled="true" |
