Revert change to launcher name

pull/538/head
Alinson S. Xavier 6 years ago
parent d3371badf8
commit 50a6d7190b

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

Loading…
Cancel
Save