[-] Remove duplicate title
This commit is contained in:
@@ -14,11 +14,9 @@
|
||||
<activity
|
||||
android:name=".ActivitySplash"
|
||||
android:exported="true"
|
||||
android:label="@string/root_title"
|
||||
android:theme="@style/Theme.WearSync.NoActionBar">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
@@ -34,15 +32,7 @@
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:exported="true"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/Theme.WearSync.NoActionBar">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
android:theme="@style/Theme.WearSync.NoActionBar"/>
|
||||
<service
|
||||
android:name=".MyService"
|
||||
android:process=":externalProcess" />
|
||||
|
||||
Reference in New Issue
Block a user