You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I want to run the OS.execute () function on the Android platform, [OS. execute ("dumpsys", ["location"], output)], it is clear that I have already opened the positioning authority of the application. But the result is [permission denial: can't dump location manager service from PID = 27381, uid = 10192 due to missing Android. permission.dump permission].
How can I execute “adb shell dumpsys location”?
Steps to reproduce
略
Minimal reproduction project
略
The text was updated successfully, but these errors were encountered:
Godot version
4.0.1 stable
System information
HUAWEI Nova 5 Pro
Issue description
When I want to run the OS.execute () function on the Android platform, [OS. execute ("dumpsys", ["location"], output)], it is clear that I have already opened the positioning authority of the application. But the result is [permission denial: can't dump location manager service from PID = 27381, uid = 10192 due to missing Android. permission.dump permission].
How can I execute “adb shell dumpsys location”?
Steps to reproduce
略
Minimal reproduction project
略
The text was updated successfully, but these errors were encountered: