#in godot 4 is there anyway to get the battery level of user phone ?
1 messages · Page 1 of 1 (latest)
From what I have read this is not possible, at least, without plugins, closest thing I could find in the godot source code and documentation is BATTERY_STATS as a permission: https://docs.godotengine.org/en/stable/classes/class_editorexportplatformandroid.html#class-editorexportplatformandroid-property-permissions-battery-stats
Godot Engine documentation
Inherits: EditorExportPlatform< RefCounted< Object Exporter for Android. Tutorials: Exporting for Android, Gradle builds for Android, Android plugins documentation index. Properties:,, String, apk_...
i found a plugin made by someone but only for android