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

Commit 1ab57840 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Allow PrintSpooler to see PrintServices" into rvc-dev am: 7eda4c14...

Merge "Allow PrintSpooler to see PrintServices" into rvc-dev am: 7eda4c14 am: e0ae08de am: b1bc775e

Change-Id: I4f4b281648c126e3ae9bde09c21fee8d1d160dba
parents f984aa81 b1bc775e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -40,6 +40,12 @@
    <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"