|
|
|
@ -34,7 +34,7 @@
|
|
|
|
|
android:allowBackup="true"
|
|
|
|
|
android:backupAgent=".HabitsBackupAgent"
|
|
|
|
|
android:icon="@mipmap/ic_launcher"
|
|
|
|
|
android:label="@string/main_activity_title"
|
|
|
|
|
android:label="@string/app_name"
|
|
|
|
|
android:supportsRtl="true"
|
|
|
|
|
android:theme="@style/AppBaseTheme">
|
|
|
|
|
<meta-data
|
|
|
|
@ -44,17 +44,16 @@
|
|
|
|
|
<activity
|
|
|
|
|
android:name=".activities.habits.list.ListHabitsActivity"
|
|
|
|
|
android:exported="true"
|
|
|
|
|
android:label="@string/main_activity_title"
|
|
|
|
|
android:label="@string/app_short_name"
|
|
|
|
|
android:launchMode="singleTop"/>
|
|
|
|
|
|
|
|
|
|
<activity-alias
|
|
|
|
|
android:name=".MainActivity"
|
|
|
|
|
android:label="@string/main_activity_title"
|
|
|
|
|
android:label="@string/app_short_name"
|
|
|
|
|
android:launchMode="singleTop"
|
|
|
|
|
android:targetActivity=".activities.habits.list.ListHabitsActivity">
|
|
|
|
|
<intent-filter android:label="@string/app_name">
|
|
|
|
|
<intent-filter android:label="@string/app_short_name">
|
|
|
|
|
<action android:name="android.intent.action.MAIN"/>
|
|
|
|
|
|
|
|
|
|
<category android:name="android.intent.category.LAUNCHER"/>
|
|
|
|
|
</intent-filter>
|
|
|
|
|
</activity-alias>
|
|
|
|
|