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

Commit 6006c1a5 authored by Jeff Davidson's avatar Jeff Davidson
Browse files

Mark network score permission strings as untranslatable.

Bug: 14615157
Change-Id: Id11d24d502ab70e6590cf5ec22faa6352c012af7
parent 0e8a427a
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -953,10 +953,11 @@
        Malicious apps may use this to forge MMS message receipt or to
        silently replace the content of any webpage with malicious variants.</string>

    <!-- TODO: Mark these as translatable when API is finalized. -->
    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
    <string name="permlab_broadcastScoreNetworks">send score networks broadcast</string>
    <string name="permlab_broadcastScoreNetworks" translatable="false">send score networks broadcast</string>
    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
    <string name="permdesc_broadcastScoreNetworks">Allows the app
    <string name="permdesc_broadcastScoreNetworks" translatable="false">Allows the app
        to broadcast a notification that networks need to be scored.
        Never needed for normal apps.
    </string>