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
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user