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

Commit 30b0752e authored by Philip P. Moltmann's avatar Philip P. Moltmann
Browse files

Remove unnecessary strings and labels.

Bug: 27815807
Change-Id: I6388055938afbbadc954c913ce0554f9a4a313e8
parent 10ae65d2
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -23,16 +23,12 @@
         on the device. Usually an app can access only the print jobs it created. -->
    <permission
        android:name="com.android.printspooler.permission.ACCESS_ALL_PRINT_JOBS"
        android:label="@string/permlab_accessAllPrintJobs"
        android:description="@string/permdesc_accessAllPrintJobs"
        android:protectionLevel="signature" />

    <!-- May be required by the settings and add printer activities of a
         print service if the developer wants only trusted system code to
         be able to launch these activities. -->
    <permission android:name="android.permission.START_PRINT_SERVICE_CONFIG_ACTIVITY"
        android:label="@string/permlab_startPrintServiceConfigActivity"
        android:description="@string/permdesc_startPrintServiceConfigActivity"
        android:protectionLevel="signature" />

    <uses-permission android:name="com.android.printspooler.permission.ACCESS_ALL_PRINT_JOBS"/>
+0 −23
Original line number Diff line number Diff line
@@ -211,9 +211,6 @@
    <!-- Label for an unknown reason for failed or blocked print job. [CHAR LIMIT=25] -->
    <string name="reason_unknown">unknown</string>

    <!-- Label for a printer that is not available. [CHAR LIMIT=25] -->
    <string name="printer_unavailable"><xliff:g id="print_job_name" example="Canon-123GHT">%1$s</xliff:g> &#8211; unavailable</string>

    <!-- Title for a warning message about security implications of using a print service,
         displayed as a dialog message when the user prints using a print service that has not been
         used before. [CHAR LIMIT=NONE] -->
@@ -254,26 +251,6 @@
        <item>Landscape</item>
    </string-array>

    <!-- Permissions -->

    <!-- Title of an application permission, listed so the user can choose whether they want
         to allow the application to do this. -->
    <string name="permlab_accessAllPrintJobs" translatable="false">access all print jobs</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_accessAllPrintJobs" translatable="false">Allows the holder to access
        print jobs created by another app. Should never be needed for normal apps.</string>

    <!-- Title of an application permission, listed so the user can choose whether they want
         to allow the application to do this. -->
    <string name="permlab_startPrintServiceConfigActivity" translatable="false">start print
        service configuration activities</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_startPrintServiceConfigActivity" translatable="false">Allows the
        holder to start the configuration activities of a print service. Should never be needed
        for normal apps.</string>

    <!-- Error messages -->

    <!-- Message for an error when trying to print to a PDF file. [CHAR LIMIT=50] -->