Skip to main content

set

Function set 

Source
pub fn set(key: &str, value: &str) -> Result<()>
Expand description

Set an Android system property.

ยงErrors

  • EINVAL: Key or value contains a NUL byte or exceeds the length limit.
  • EACCES: Permission denied.