尽管这是个简单的问题,但我在网上找不到答案。 google or 堆叠溢出 .
When I use the following code I get this result
//com.android.externalstorage.documents/tree/primary:Podcasts
var intent = new Intent(Intent.ActionOpenDocumentTree);
intent.PutExtra("android.content.extra.SHOW_ADVANCED", true);
intent.PutExtra("android.content.extra.FANCY", true);
intent.PutExtra("android.content.extra.SHOW_FILESIZE", true);
你能帮助我理解我的结果的部分吗?