Loading packages/PrintSpooler/AndroidManifest.xml +0 −4 Original line number Diff line number Diff line Loading @@ -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"/> Loading packages/PrintSpooler/res/values/strings.xml +0 −23 Original line number Diff line number Diff line Loading @@ -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> – 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] --> Loading Loading @@ -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] --> Loading Loading
packages/PrintSpooler/AndroidManifest.xml +0 −4 Original line number Diff line number Diff line Loading @@ -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"/> Loading
packages/PrintSpooler/res/values/strings.xml +0 −23 Original line number Diff line number Diff line Loading @@ -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> – 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] --> Loading Loading @@ -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] --> Loading