Michael

Results 4 comments of Michael

Change compileSdkVersion to version 28 and then override method createDocumentType of DocScannerTask.java like this ``` private HashMap createDocumentType(ArrayList documents) { HashMap documentMap = new HashMap(); for (final FileType fileType :...

> > Change compileSdkVersion to version 28 and then override method createDocumentType of DocScannerTask.java like this > > ``` > > private HashMap createDocumentType(ArrayList documents) { > > HashMap documentMap...

> > Change compileSdkVersion to version 28 and then override method createDocumentType of DocScannerTask.java like this > > ``` > > private HashMap createDocumentType(ArrayList documents) { > > HashMap documentMap...