Skip to content

Instantly share code, notes, and snippets.

View Junaid388's full-sized avatar

Junaid khan Junaid388

View GitHub Profile
<service
android:name="com.example.AuthenticatorService"
android:enabled="true"
android:exported="true">
<intent-filter>
<action android:name="android.accounts.AccountAuthenticator" />
</intent-filter>
<meta-data
android:name="android.accounts.AccountAuthenticator"