fixed importing words causing a crash on some devices
This commit is contained in:
parent
d8b791dd40
commit
da846c44bc
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ public class ItemImportCustomWords extends ItemProcessCustomWordsAbstract {
|
||||||
Intent intent = new Intent()
|
Intent intent = new Intent()
|
||||||
.addCategory(Intent.CATEGORY_OPENABLE)
|
.addCategory(Intent.CATEGORY_OPENABLE)
|
||||||
.setType(CustomWordFile.MIME_TYPE)
|
.setType(CustomWordFile.MIME_TYPE)
|
||||||
.setAction(Intent.ACTION_GET_CONTENT);
|
.setAction(Intent.ACTION_OPEN_DOCUMENT);
|
||||||
|
|
||||||
importCustomWordsLauncher.launch(intent);
|
importCustomWordsLauncher.launch(intent);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue