simulacion de estados y flujo de notificacion, modificacion de estilos en todas las vistas
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<!-- Necesario para mostrar notificaciones en Android 13 (API 33) y superiores -->
|
||||
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
|
||||
|
||||
<application
|
||||
android:label="recolecta_app"
|
||||
android:name="${applicationName}"
|
||||
@@ -30,6 +33,17 @@
|
||||
<meta-data
|
||||
android:name="flutterEmbedding"
|
||||
android:value="2" />
|
||||
|
||||
<!-- Canal Android por defecto para los push de FCM cuando la app está
|
||||
en background/terminated. Debe coincidir con el id usado en
|
||||
lib/features/notifications/notification_service.dart -->
|
||||
<meta-data
|
||||
android:name="com.google.firebase.messaging.default_notification_channel_id"
|
||||
android:value="recolecta_alerts" />
|
||||
<!-- Ícono por defecto para las notificaciones FCM (evita ícono blanco/cuadrado) -->
|
||||
<meta-data
|
||||
android:name="com.google.firebase.messaging.default_notification_icon"
|
||||
android:resource="@mipmap/ic_launcher" />
|
||||
</application>
|
||||
<!-- Required to query activities that can process text, see:
|
||||
https://developer.android.com/training/package-visibility and
|
||||
|
||||
Reference in New Issue
Block a user