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

Commit 73c0d2f9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "PrintRecommendationService: Add an exported flag in manifest"

parents f1231f58 e94304f7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -31,7 +31,8 @@

        <service
            android:name=".RecommendationServiceImpl"
            android:permission="android.permission.BIND_PRINT_RECOMMENDATION_SERVICE">
            android:permission="android.permission.BIND_PRINT_RECOMMENDATION_SERVICE"
            android:exported="true">

            <intent-filter>
                <action android:name="android.printservice.recommendation.RecommendationService" />