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

Commit 88e26c21 authored by Daniel Lehmann's avatar Daniel Lehmann
Browse files

Allow contact-sources to rename the term "All Contacts"

Bug:2116002
Change-Id: I3609a8c0198dd33c5426a47e14720a4ccd7b8c10
parent 8d817f71
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -2176,6 +2176,17 @@
 visibility="public"
>
</field>
<field name="allContactsName"
 type="int"
 transient="false"
 volatile="false"
 value="16843533"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="allowBackup"
 type="int"
 transient="false"
+3 −0
Original line number Diff line number Diff line
@@ -3630,6 +3630,9 @@
        <attr name="detailColumn" format="string" />
        <!-- Flag indicating that detail should be built from SocialProvider. -->
        <attr name="detailSocialSummary" format="boolean" />
        <!-- Resource representing the term "All Contacts" (e.g. "All Friends" or
        "All connections"). Optional (Default is "All Contacts"). -->
        <attr name="allContactsName" format="string" />
    </declare-styleable>

    <!-- =============================== -->
+1 −0
Original line number Diff line number Diff line
@@ -1274,5 +1274,6 @@
  <public type="attr" name="column" />
  <public type="attr" name="withExpression" />
  <public type="attr" name="withClass" />
  <public type="attr" name="allContactsName" />

</resources>