I have integrated google signin in android app but when run app I getting exception like:
android.content.ActivityNotFoundException: Unable to find explicit activity class {com.example/com.google.android.gms.auth.api.signin.internal.SignInHubActivity};
have you declared this activity in your AndroidManifest.xml?
Can you please tell how I declare SignInHubActivity in AndroidManifest.xml file