remove account service

This commit is contained in:
CounterFire2023 2023-11-17 14:30:26 +08:00
parent 2c4c4bd72e
commit 86bfe35526

View File

@ -218,15 +218,6 @@
<category android:name="android.intent.category.default" />
</intent-filter>
</service>
<service
android:name="com.jc.jcfw.accountmanager.AuthenticatorService"
>
<intent-filter>
<action android:name="android.accounts.AccountAuthenticator" />
</intent-filter>
<meta-data android:name="android.accounts.AccountAuthenticator"
android:resource="@xml/authenticator" />
</service>
</application>
<supports-screens