Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39937e3a authored by Paul Soulos's avatar Paul Soulos
Browse files

Uses launcher activity label for activities

bug: 17446883
Change-Id: I53ca9e723a4409804662e985360e19ce36912d9e
parent 15a15cd1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -220,6 +220,7 @@

        <activity
            android:name=".activities.ShowOrCreateActivity"
            android:label="@string/launcherActivityLabel"
            android:theme="@android:style/Theme.Translucent.NoTitleBar">

            <intent-filter>
@@ -243,6 +244,7 @@

        <activity
            android:name=".quickcontact.QuickContactActivity"
            android:label="@string/launcherActivityLabel"
            android:theme="@style/Theme.QuickContact"
            android:launchMode="singleTop"
            android:excludeFromRecents="true"
@@ -327,6 +329,7 @@
        <!-- Create a new or edit an existing contact -->
        <activity
            android:name=".activities.ContactEditorActivity"
            android:label="@string/launcherActivityLabel"
            android:theme="@style/EditorActivityTheme"
            android:windowSoftInputMode="stateHidden|adjustResize">