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

Commit 602ebb21 authored by Tingting Wang's avatar Tingting Wang Committed by android-build-merger
Browse files

Merge "Fix accessibility bugs on Contacts App." into ub-contactsdialer-a-dev

am: 3a3e064a

* commit '3a3e064a':
  Fix accessibility bugs on Contacts App.
parents 8f34f1e0 3a3e064a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -260,7 +260,7 @@

        <activity
            android:name=".quickcontact.QuickContactActivity"
            android:label="@string/launcherActivityLabel"
            android:label="@string/quickContactActivityLabel"
            android:theme="@style/Theme.QuickContact"
            android:launchMode="singleTop"
            android:excludeFromRecents="true"
@@ -345,7 +345,7 @@
        <!-- Edit or create a contact with only the most important fields displayed initially. -->
        <activity
            android:name=".activities.CompactContactEditorActivity"
            android:label="@string/launcherActivityLabel"
            android:label="@string/editContactActivityLabel"
            android:theme="@style/EditorActivityTheme"
            android:windowSoftInputMode="stateHidden|adjustResize">

@@ -368,7 +368,7 @@
        <!-- Edit or create a contact with all fields displayed. -->
        <activity
            android:name=".activities.ContactEditorActivity"
            android:label="@string/launcherActivityLabel"
            android:label="@string/editContactActivityLabel"
            android:theme="@style/EditorActivityTheme"
            android:windowSoftInputMode="stateHidden|adjustResize"
            android:exported="false">
+6 −0
Original line number Diff line number Diff line
@@ -23,6 +23,12 @@
         used in the Launcher icon. -->
    <string name="launcherActivityLabel">Contacts</string>

    <!-- Title for Quick Contact activity. -->
    <string name="quickContactActivityLabel">View Contact</string>

    <!-- Title for Edit Contact activity. -->
    <string name="editContactActivityLabel">Edit Contact</string>

    <!-- Directory partition name -->
    <string name="contactsList">Contacts</string>