mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-09 02:21:11 +01:00
Fix typo
This commit is contained in:
parent
906ff24e76
commit
395c36ee83
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
<provider android:authorities="com.termux.filepicker.provider"
|
<provider android:authorities="com.termux.filepicker.provider"
|
||||||
android:readPermission="com.termux.filepickder.READ"
|
android:readPermission="com.termux.filepicker.READ"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:grantUriPermissions="true"
|
android:grantUriPermissions="true"
|
||||||
android:name="com.termux.filepicker.TermuxFilePickerProvider" />
|
android:name="com.termux.filepicker.TermuxFilePickerProvider" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue