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

Commit 7fb888ac authored by Dave Santoro's avatar Dave Santoro
Browse files

Added profile string descriptions and limits.

Bug: 4584896
Change-Id: I0b73022a179a850c047a17ea03117f54931a748a
parent 576715c7
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -901,16 +901,16 @@
        contact (address) data stored on your phone. Malicious
        contact (address) data stored on your phone. Malicious
        applications can use this to erase or modify your contact data.</string>
        applications can use this to erase or modify your contact data.</string>


    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
    <!-- Title of the read profile permission, listed so the user can decide whether to allow the application to read the user's personal profile data. [CHAR LIMIT=30] -->
    <string name="permlab_readProfile">read profile data</string>
    <string name="permlab_readProfile">read profile data</string>
    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
    <!-- Description of the read profile permission, listed so the user can decide whether to allow the application to read the user's personal profile data. [CHAR LIMIT=NONE] -->
    <string name="permdesc_readProfile" product="default">Allows an application to read all
    <string name="permdesc_readProfile" product="default">Allows an application to read all
        of your personal profile information. Malicious applications can use this to identify
        of your personal profile information. Malicious applications can use this to identify
        you and send your personal information to other people.</string>
        you and send your personal information to other people.</string>


    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
    <!-- Title of the write profile permission, listed so the user can decide whether to allow the application to write to the user's personal profile data. [CHAR LIMIT=30] -->
    <string name="permlab_writeProfile">write profile data</string>
    <string name="permlab_writeProfile">write profile data</string>
    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
    <!-- Description of the write profile permission, listed so the user can decide whether to allow the application to write to the user's personal profile data. [CHAR LIMIT=NONE] -->
    <string name="permdesc_writeProfile" product="default">Allows an application to modify
    <string name="permdesc_writeProfile" product="default">Allows an application to modify
        your personal profile information. Malicious applications can use this to erase or
        your personal profile information. Malicious applications can use this to erase or
        modify your profile data.</string>
        modify your profile data.</string>