Closed Lukas-Heiligenbrunner closed 1 year ago
The issues has been fixed by version 3.4.0. https://github.com/joutvhu/open_file_plus/commit/3afd6e177063e1360c26e2e3a4d7f75f5c4d5405
However, to open the APK file, you need to add <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES"/>
to your AndroidManifest.xml
file.
Thanks a lot!
Hey,
your package causes an application crash when trying to open a file with apk extension. Maybe one should delete
void openApkFile()
or have the same behaviour as with other file extensions.kind regards lukas