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

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

StatementService: 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: I6087aedd6b507fded86999633da6c02fa578a0c1
parent 72fcef13
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -38,7 +38,8 @@

        <receiver
                android:name=".IntentFilterVerificationReceiver"
                android:permission="android.permission.BIND_INTENT_FILTER_VERIFIER">
                android:permission="android.permission.BIND_INTENT_FILTER_VERIFIER"
                android:exported="true">
            <!-- Set the priority 1 so newer implementation can have higher priority. -->
            <intent-filter
                    android:priority="1">