esta guardar e nao esta a entar no perfil
This commit is contained in:
@@ -58,6 +58,26 @@
|
||||
</activity>
|
||||
<activity android:name="com.example.cuida.ui.auth.RegisterActivity" />
|
||||
<activity android:name="com.example.cuida.ui.auth.ForgotPasswordActivity" />
|
||||
<activity
|
||||
android:name="com.example.cuida.ui.auth.ResetPasswordActivity"
|
||||
android:exported="true" >
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<!--
|
||||
Update the host to match your Firebase project's hosting domain
|
||||
or the custom domain you configured for dynamic links
|
||||
-->
|
||||
<data
|
||||
android:host="papcuida.page.link"
|
||||
android:scheme="https" />
|
||||
<data
|
||||
android:host="resetpassword"
|
||||
android:scheme="cuida" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<receiver
|
||||
android:name="com.example.cuida.services.AlarmReceiver"
|
||||
|
||||
Reference in New Issue
Block a user