🚀🚀🚀 Unified Development Platform for iOS, tvOS, Android, Android TV, Android Wear, Web, Tizen TV, Tizen Watch, Tizen Mobile, LG webOS, macOS/OSX, Windows, KaiOS, FirefoxOS Firefox TV platforms
1.82k
stars
180
forks
source link
Boolean properties is being ignored in AndroidManifest_xml config #1565
Closed
aurimasmi closed 3 months ago
Describe the bug Boolean properties(and maybe numbers) is ignored when updating android properties in Manifest file. Example:
"android:usesCleartextTraffic": false
and"android:allowBackup": false
is ignored unless you transform to string:"android:allowBackup": "false"
To Reproduce Steps to reproduce the behavior:
Expected behavior
I should be able to use boolean values instead of stringified ones
Environment