Proyectos de Subversion LeadersLinked - Android

Rev

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

Rev 1 Rev 2
Línea 26... Línea 26...
26
        android:allowBackup="true"
26
        android:allowBackup="true"
27
        android:icon="@mipmap/ic_launcher"
27
        android:icon="@mipmap/ic_launcher"
28
        android:label="@string/app_name"
28
        android:label="@string/app_name"
29
        android:roundIcon="@mipmap/ic_launcher_round"
29
        android:roundIcon="@mipmap/ic_launcher_round"
30
        android:supportsRtl="true"
30
        android:supportsRtl="true"
31
 
-
 
-
 
31
        android:networkSecurityConfig="@xml/network_security_config"
32
        android:theme="@style/SplashTheme">
32
        android:theme="@style/SplashTheme"
-
 
33
        tools:ignore="UnusedAttribute">
33
        <activity android:exported="true" android:name=".MainActivity">
34
        <activity android:exported="true"  android:configChanges="orientation|screenSize"  android:name=".MainActivity">
34
            <intent-filter>
35
            <intent-filter>
35
                <action android:name="android.intent.action.MAIN" />
36
                <action android:name="android.intent.action.MAIN" />
Línea 36... Línea 37...
36
 
37
 
37
                <category android:name="android.intent.category.LAUNCHER" />
38
                <category android:name="android.intent.category.LAUNCHER" />