Skip to content

Commit

Permalink
Ensure AndroidManifest.xml example matches the descriptive text.
Browse files Browse the repository at this point in the history
Co-authored-by: Gijs Weterings <me@gijsweterings.nl>
  • Loading branch information
switchtrue and GijsWeterings authored Sep 14, 2021
1 parent 9aa39b4 commit fce0cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/linking.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ The `Promise` will reject on Android if it was impossible to check if the URL ca
> <queries>
> <intent>
> <action android:name="android.intent.action.VIEW" />
> <data android:scheme="http"/>
> <data android:scheme="https"/>
> </intent>
> <queries>
> </manifest>
Expand Down

0 comments on commit fce0cff

Please sign in to comment.