Android Test

标题

小标题

  • 你好
  • 不好
#include
int main(int argc, char const *argv[])
{
    char val[100];
    property_get("persist.asus.serialno",val,"error");
    property_set("ro.serialno",val);
    //property_set("ro.boot.serialno",val);
    printf("[snake_xing_init]=============val : %s\n",val );
    /*
    while(1){
        printf("[snake_xing_init]=============val : %s\n",val );
    }
    */
    return 0;
}```
| Tables | Are | Cool |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |  
[简述](http://www.baidu.com)
![](http://upload-images.jianshu.io/upload_images/3027017-487fa9cc219c3e3b.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

> *一盏灯*, **一片昏黄**; 一, 一杯淡茶。 守着那一份淡定, 品读属于自己的寂寞。 保持淡定, 才能欣赏到最美丽的风景! 保持淡定, 人生从此不再寂寞。

你可能感兴趣的:(Android Test)