Proyectos de Subversion Android Microlearning - Nuevo Interface

Rev

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

Rev 29 Rev 45
Línea 85... Línea 85...
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/AppTheme.NoActionBar" >
90
        </activity>
-
 
91
        <activity
-
 
92
            android:name=".activity.SplashActivity"
-
 
93
            android:exported="true"
-
 
94
            android:label="@string/app_name" >
-
 
-
 
90
 
95
            <intent-filter>
91
            <intent-filter>
96
                <action android:name="android.intent.action.MAIN" />
92
                <action android:name="android.intent.action.MAIN" />
Línea 97... Línea 93...
97
 
93
 
98
                <category android:name="android.intent.category.LAUNCHER" />
94
                <category android:name="android.intent.category.LAUNCHER" />