Skip to content

Commit 7cb0d12

Browse files
committed
Typo... An annoying little sneaky typo.............
1 parent 46d5dab commit 7cb0d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/SimpleFileBrowser/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The file browser can be shown either as a save dialog or a load dialog. In load
1313

1414
3. FAQ
1515
- Android build fails, it says "error: attribute android:requestLegacyExternalStorage not found" in Console
16-
"android:requestLegacyExternalStorage" attribute in AndroidManifest.xml grants full access to device's storage on Android 10 but requires you to update your Android SDK to at least SDK 29. If this isn't possible for you, you should open NativeGallery.aar with WinRAR or 7-Zip and then remove the "<application ... />" tag from AndroidManifest.xml.
16+
"android:requestLegacyExternalStorage" attribute in AndroidManifest.xml grants full access to device's storage on Android 10 but requires you to update your Android SDK to at least SDK 29. If this isn't possible for you, you should open SimpleFileBrowser.aar with WinRAR or 7-Zip and then remove the "<application ... />" tag from AndroidManifest.xml.
1717

1818
- Can't show the file browser on Android, it says "java.lang.ClassNotFoundException: com.yasirkula.unity.FileBrowserPermissionReceiver" in Logcat
1919
If your project uses ProGuard, try adding the following line to ProGuard filters: -keep class com.yasirkula.unity.* { *; }

0 commit comments

Comments
 (0)