<application
android:name=".App"
- android:roundIcon="@drawable/app_icon_round"
android:allowBackup="true"
- android:fullBackupContent="@xml/backup_descriptor"
android:appCategory="productivity"
+ android:fullBackupContent="@xml/backup_descriptor"
android:icon="@drawable/app_icon"
android:label="@string/app_name"
- android:supportsRtl="true"
android:networkSecurityConfig="@xml/network_security_config"
+ android:roundIcon="@drawable/app_icon_round"
+ android:supportsRtl="true"
tools:ignore="GoogleAppIndexingWarning">
<activity
- android:theme="@style/AppTheme.default"
android:name=".ui.activity.SplashActivity"
- android:label="@string/app_name">
+ android:label="@string/app_name"
+ android:theme="@style/AppTheme.default">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<activity
android:name=".ui.activity.ProfileDetailActivity"
android:label="@string/title_profile_details"
- android:parentActivityName=".ui.activity.MainActivity">
- </activity>
+ android:parentActivityName=".ui.activity.MainActivity" />
</application>
</manifest>
\ No newline at end of file