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

Commit eb96c2eb 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 am: 36062d71

Change-Id: I6862416fc314d5577d32621874fb0fde21e0d5e7
parents fc031be1 36062d71
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"