Android Question Are quotes needed or not in Manifest?

JohnC

Expert
Licensed User
Longtime User
When doing things in the manifest, are quotes needed?

For example:
B4X:
RemovePermission("android.permission.VIBRATE")

Does it make a difference to have quotes or not?

And does this depend on what version of B4A I am using?
 
Top