Skip to content

Commit

Permalink
FIX: ShuttleProvider is not working on newest Android 11 revision, if…
Browse files Browse the repository at this point in the history
… target Island is not unlocked.
  • Loading branch information
oasisfeng committed Apr 6, 2021
1 parent 5a4861f commit 90ab631
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shared/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
</activity>

<provider android:authorities="com.oasisfeng.island.shuttle" android:exported="false"
android:name="com.oasisfeng.island.shuttle.ShuttleProvider" android:grantUriPermissions="true"/>
android:name="com.oasisfeng.island.shuttle.ShuttleProvider" android:grantUriPermissions="true"
android:directBootAware="true" />

<!-- Disable the default heavy-weight initialization of Firebase -->
<provider android:name="com.google.firebase.provider.FirebaseInitProvider"
Expand Down

0 comments on commit 90ab631

Please sign in to comment.