Make provider boot aware

Close #3322
This commit is contained in:
topjohnwu 2020-10-11 05:19:05 -07:00
parent 6092d7ca88
commit eb04ca4c4a
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@
<provider
android:name="a.p"
android:authorities="${applicationId}.provider"
android:directBootAware="true"
android:exported="false"
android:grantUriPermissions="true">
</provider>