I can set a persistent system property on an Android phone (with appropriate permissions) using setprop command:
setprop
$ adb
To remove the property:
rm /data/property/persist.this.is.my.property && reboot