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

Commit e94304f7 authored by Ashwini Oruganti's avatar Ashwini Oruganti
Browse files

PrintRecommendationService: Add an exported flag in manifest

With b/150232615, we will need an explicit value set for the exported
flag when intent filters are present, as the default behavior is
changing for S+. This change adds the value reflecting the previous
default to the manifest.

Bug: 150232615
Test: TH
Change-Id: I392c0982d0db69d2eddafcc616b5a9d7c14a6ae9
parent 72fcef13
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" />