ja acabei a app acho?
This commit is contained in:
@@ -88,6 +88,21 @@
|
||||
android:fitsSystemWindows="true"
|
||||
android:theme="@style/Theme.Hidden" >
|
||||
</activity>
|
||||
<activity
|
||||
android:name="com.google.android.gms.auth.api.signin.internal.SignInHubActivity"
|
||||
android:excludeFromRecents="true"
|
||||
android:exported="false"
|
||||
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
|
||||
<!--
|
||||
Service handling Google Sign-In user revocation. For apps that do not integrate with
|
||||
Google Sign-In, this service will never be started.
|
||||
-->
|
||||
<service
|
||||
android:name="com.google.android.gms.auth.api.signin.RevocationBoundService"
|
||||
android:exported="true"
|
||||
android:permission="com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION"
|
||||
android:visibleToInstantApps="true" />
|
||||
|
||||
<activity
|
||||
android:name="com.google.firebase.auth.internal.GenericIdpActivity"
|
||||
android:excludeFromRecents="true"
|
||||
@@ -146,21 +161,6 @@
|
||||
android:value="com.google.firebase.components.ComponentRegistrar" />
|
||||
</service>
|
||||
|
||||
<activity
|
||||
android:name="com.google.android.gms.auth.api.signin.internal.SignInHubActivity"
|
||||
android:excludeFromRecents="true"
|
||||
android:exported="false"
|
||||
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
|
||||
<!--
|
||||
Service handling Google Sign-In user revocation. For apps that do not integrate with
|
||||
Google Sign-In, this service will never be started.
|
||||
-->
|
||||
<service
|
||||
android:name="com.google.android.gms.auth.api.signin.RevocationBoundService"
|
||||
android:exported="true"
|
||||
android:permission="com.google.android.gms.auth.api.signin.permission.REVOCATION_NOTIFICATION"
|
||||
android:visibleToInstantApps="true" />
|
||||
|
||||
<activity
|
||||
android:name="com.google.android.gms.common.api.GoogleApiActivity"
|
||||
android:exported="false"
|
||||
|
||||
Reference in New Issue
Block a user