includedFileExts property

List<String> includedFileExts
final

List of file extensions to assign for/associate with the app (ie. "Open with" in file explorer menu).

WARNING: Do NOT remove extensions after they were added (and app was installed on user device), Use excludedFileExts instead to properly remove file associations without the need to uninstall the app.

Implementation

final List<String> includedFileExts;