Commit eb04ca4c authored by topjohnwu's avatar topjohnwu

Make provider boot aware

Close #3322
parent 6092d7ca
...@@ -69,6 +69,7 @@ ...@@ -69,6 +69,7 @@
<provider <provider
android:name="a.p" android:name="a.p"
android:authorities="${applicationId}.provider" android:authorities="${applicationId}.provider"
android:directBootAware="true"
android:exported="false" android:exported="false"
android:grantUriPermissions="true"> android:grantUriPermissions="true">
</provider> </provider>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment