Proyectos de Subversion Android Microlearning - Nuevo Interface

Rev

Rev 28 | Rev 45 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 28 Rev 29
Línea 24... Línea 24...
24
        android:roundIcon="@mipmap/ic_launcher"
24
        android:roundIcon="@mipmap/ic_launcher"
25
        android:supportsRtl="true"
25
        android:supportsRtl="true"
26
        android:theme="@style/Theme.Splash"
26
        android:theme="@style/Theme.Splash"
27
        android:usesCleartextTraffic="true" >
27
        android:usesCleartextTraffic="true" >
Línea -... Línea 28...
-
 
28
 
-
 
29
        <meta-data
-
 
30
            android:name="firebase_messaging_auto_init_enabled"
-
 
31
            android:value="false" />
-
 
32
 
-
 
33
        <meta-data
-
 
34
            android:name="firebase_analytics_collection_enabled"
Línea 28... Línea 35...
28
 
35
            android:value="false" />
29
 
36
 
30
        <meta-data
37
        <meta-data
Línea 90... Línea 97...
90
 
97
 
91
                <category android:name="android.intent.category.LAUNCHER" />
98
                <category android:name="android.intent.category.LAUNCHER" />
92
            </intent-filter>
99
            </intent-filter>
Línea -... Línea 100...
-
 
100
        </activity>
93
        </activity>
101
 
94
 
102
        <!-- android:directBootAware="true" -->
95
        <service
-
 
96
            android:name=".service.FcmMessagingService"
103
        <service
97
            android:directBootAware="true"
104
            android:name=".service.FcmMessagingService"
98
            android:exported="false" >
105
            android:exported="false" >
99
            <intent-filter>
106
            <intent-filter>
100
                <action android:name="com.google.firebase.MESSAGING_EVENT" />
107
                <action android:name="com.google.firebase.MESSAGING_EVENT" />