Set MIME type when building BROWSE intents.
am: 42a4aaab44
Change-Id: I9efdf0e7223b162988f9484b06c7e3665202738f
This commit is contained in:
@@ -437,7 +437,7 @@ public class VolumeInfo implements Parcelable {
|
||||
|
||||
final Intent intent = new Intent(DocumentsContract.ACTION_BROWSE);
|
||||
intent.addCategory(Intent.CATEGORY_DEFAULT);
|
||||
intent.setData(uri);
|
||||
intent.setDataAndType(uri, DocumentsContract.Root.MIME_TYPE_ITEM);
|
||||
|
||||
// note that docsui treats this as *force* show advanced. So sending
|
||||
// false permits advanced to be shown based on user preferences.
|
||||
|
||||
Reference in New Issue
Block a user