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

Commit 36062d71 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Allow print service to see all packages" into rvc-dev am: f14cfe46

Change-Id: Icf494d03f467edb3fbf5c62c277aa5426cdae59d
parents 46b6cb21 f14cfe46
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -36,16 +36,11 @@
    <uses-permission android:name="android.permission.START_PRINT_SERVICE_CONFIG_ACTIVITY"/>
    <uses-permission android:name="android.permission.READ_PRINT_SERVICES" />
    <uses-permission android:name="android.permission.READ_PRINT_SERVICE_RECOMMENDATIONS" />
    <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />

    <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />

    <queries>
        <intent>
            <action android:name="android.printservice.PrintService" />
        </intent>
    </queries>

    <application
        android:allowClearUserData="true"
        android:label="@string/app_label"