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

Commit 60933219 authored by Ido Ofir's avatar Ido Ofir Committed by Android (Google) Code Review
Browse files

Merge "fixing i18n bug. b/15711200"

parents 0c116e15 12ea0d24
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -3828,9 +3828,10 @@
    <string name="permlab_provide_trust_agent">Provide a trust agent.</string>
    <!-- Description of an application permission that lets it provide a trust agent. -->
    <string name="permdesc_provide_trust_agent">Allows an application to provide a trust agent.</string>
    <string name="permlab_launch_trust_agent_settings">Lunch trust agent settings menu.</string>
    <string name="permdesc_launch_trust_agent_settings">Allows an application to lunch an activity that changes the trust agent behavior.</string>

    <!-- Title of an application permission that lets it launch the trust agent settings menu -->
    <string name="permlab_launch_trust_agent_settings">Launch trust agent settings menu.</string>
    <!-- Description of an application permission that lets it launch the trust agent settings menu -->
    <string name="permdesc_launch_trust_agent_settings">Allows an application to launch an activity that changes the trust agent behavior.</string>
    <!-- Title of an application permission that lets it bind to a trust agent service. -->
    <string name="permlab_bind_trust_agent_service">Bind to a trust agent service</string>
    <!-- Description of an application permission that lets it bind to a trust agent service. -->