| Línea 21... |
Línea 21... |
| 21 |
android:icon="@mipmap/ic_launcher"
|
21 |
android:icon="@mipmap/ic_launcher"
|
| 22 |
android:label="@string/app_name"
|
22 |
android:label="@string/app_name"
|
| 23 |
android:networkSecurityConfig="@xml/network_security_config"
|
23 |
android:networkSecurityConfig="@xml/network_security_config"
|
| 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.App.Starting"
|
| 27 |
android:usesCleartextTraffic="true" >
|
27 |
android:usesCleartextTraffic="true" >
|
| Línea 28... |
Línea 28... |
| 28 |
|
28 |
|
| 29 |
<meta-data
|
29 |
<meta-data
|
| 30 |
android:name="firebase_messaging_auto_init_enabled"
|
30 |
android:name="firebase_messaging_auto_init_enabled"
|
| Línea 84... |
Línea 84... |
| 84 |
android:configChanges="keyboard|keyboardHidden|screenSize|screenLayout|smallestScreenSize|uiMode"
|
84 |
android:configChanges="keyboard|keyboardHidden|screenSize|screenLayout|smallestScreenSize|uiMode"
|
| 85 |
android:exported="true"
|
85 |
android:exported="true"
|
| 86 |
android:label="@string/app_name"
|
86 |
android:label="@string/app_name"
|
| 87 |
android:launchMode="singleTask"
|
87 |
android:launchMode="singleTask"
|
| 88 |
android:screenOrientation="portrait"
|
88 |
android:screenOrientation="portrait"
|
| 89 |
android:theme="@style/AppTheme.NoActionBar" >
|
89 |
android:theme="@style/Theme.App.Starting">
|
| 90 |
|
- |
|
| 91 |
<intent-filter>
|
90 |
<intent-filter>
|
| 92 |
<action android:name="android.intent.action.MAIN" />
|
91 |
<action android:name="android.intent.action.MAIN" />
|
| Línea 93... |
Línea 92... |
| 93 |
|
92 |
|
| 94 |
<category android:name="android.intent.category.LAUNCHER" />
|
93 |
<category android:name="android.intent.category.LAUNCHER" />
|