Merge "StatementService: Add an exported flag in manifest"

This commit is contained in:
TreeHugger Robot
2020-03-11 17:22:56 +00:00
committed by Android (Google) Code Review

View File

@@ -39,7 +39,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">