1
0
mirror of https://github.com/topjohnwu/Magisk.git synced 2025-04-22 18:11:32 +00:00

Make provider boot aware

Close 
This commit is contained in:
topjohnwu 2020-10-11 05:19:05 -07:00
parent 6092d7ca88
commit eb04ca4c4a

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