close

One day, I started testing the ExternalStorageHostTest of CTS r28.

 

And here are some testing item need to have properly settings for CTS test.
 
-- testExternalStorageGifts
pass
 
-- testExternalStorageNone
pass
 
-- testExternalStorageRead
pass
 
-- testExternalStorageWrite
pass

 

 

If you got any FAIL of each item above, please check your permission in platform.xml and make sure your device can connect to the Internet.

 

Here is my platform.xml examaple:

 

    <permission name="android.permission.WRITE_MEDIA_STORAGE" >
        <group gid="media_rw" />
        <group gid="sdcard_rw" />
    </permission>

    <permission name="android.permission.WRITE_EXTERNAL_STORAGE">
        <group gid="media_rw" />
    </permission>

 

 

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 k5867568 的頭像
    k5867568

    Ruei Chang's blog.

    k5867568 發表在 痞客邦 留言(0) 人氣()