Merge "StatementService: Add an exported flag in manifest"
This commit is contained in:
committed by
Android (Google) Code Review
commit
f1231f5856
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user