-
Notifications
You must be signed in to change notification settings - Fork 696
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Questions about permissions #751
Comments
Perhaps you are using an Android 11 device; if the user taps Deny more than once, it also means "don't ask again". Then the user can recover permissions only from Settings/Apps. For temporarily denying the permission request, the user should tap the Back button instead of tapping Deny. cf. https://developer.android.com/about/versions/11/privacy/permissions Personally I think that the previous behavior is more comprehensive, but this is the current behavior since Android 11. |
This problem also happens with my old phone. (Android 6 device) 这个问题在我旧手机也会发生。(Android 6 device) |
Thank you for the report about Android 6 device, as it was a good hint. I could reproduce the issue on Android 6 emulator and have fixed it in #752. Could you please try the latest? |
After the update, the system did not respond to a request to open the file. 更新以后,当请求打开文件时,系统没有任何响应。 |
Did you uninstall the app and reinstall the new app? You should also enable Write Permission in Project Settings/Player/Other Settings/Configuration/Write Permission. |
In the case of "unity-webview", when I refuse and ask to open the file again, the permission request window pops up again. In the case of "unity-webView-NoFragment", when I request to open a file, the system does not pop up a permission request window. (Tested on Android 10 device and android 11 device) ============================================================================= 在使用 "unity-webview-nofragment" 的情况下,当我请求打开文件时,系统可以没有弹出权限请求窗口。 |
The unitywebview-nofragment edition doesn't support the file input tag as noted in README.md. I've put the sample app that can be directly opened and built with Unity 2020.3.22f1: https://github.com/gree/unity-webview/tree/sample-for-751 and the attached sample.zip contains sample.apk that was the actual app binary. I've tested it on my Android 9 device (Vankyo S7). I'll later check it on Android 11 device when I get home. |
In unity2020, everything is fine. ================================================================= |
I've updated the branch for 2018.4.33f1. It can and should be built with gradle. As noted in https://github.com/gree/unity-webview/tree/ffbf3c103d136cb95ddc0433ef657499893fa4d9#package-manager, we cannot use Package Manager so this commit includes files extracted from unity-webview.zip. |
To build using Gradle, "SDK-28" is required. ================================================================= |
Screenrecorder-2021-11-12-17-12-22-753.mp4
When I request to open the file, the system pops up the permission application window. After I choose to reject, when I request to open the file again, the permission application window does not pop up again. How to pop up the permission application window again? thank you
当我请求打开文件时,系统弹出权限申请窗口。我选择拒绝后,再次请求打开文件时,并没有再次弹窗权限申请窗口。请问如何再次弹窗权限申请窗口。谢谢
The text was updated successfully, but these errors were encountered: