当前位置:   article > 正文

android property_get 与 property_set___system_property_get android 8.0

__system_property_get android 8.0

转载时请注明出处和作者文章出处:http://blog.csdn.net/lbmygf 


1、 char driver_status[PROPERTY_VALUE_MAX];
 
    property_get("wlan.driver.status", driver_status, NULL);
 
    获得 "wlan.driver.status" 的属性,放到 driver_status 数组中。
 
2、 property_set("wlan.driver.status", "timeout");
    
    将 "wlan.driver.status" 属性设置为 timeout。
 
相应的命令:
            getprop "wlan.driver.status"
            setprop "wlan.driver.status"  "timeout"
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/IT小白/article/detail/249717
推荐阅读
相关标签
  

闽ICP备14008679号