We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213d465 commit 269ed9cCopy full SHA for 269ed9c
App/src/main/AndroidManifest.xml
@@ -8,8 +8,7 @@
8
android:label="@string/app_name"
9
android:supportsRtl="true"
10
android:theme="@style/AppTheme">
11
- <activity android:name="com.baronzhang.android.modularization.MainActivity"
12
- android:label="@string/label_home_page">
+ <activity android:name="com.baronzhang.android.modularization.MainActivity">
13
<intent-filter>
14
<action android:name="android.intent.action.MAIN" />
15
<category android:name="android.intent.category.LAUNCHER" />
0 commit comments