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>
全站熱搜