jhomlala/alice

[BUG] Alice depends on open_file package that requests dangerous permission android.permission.REQUEST_INSTALL_PACKAGES

TadashiCZ opened this issue · 2 comments

Alice uses open_file package that requests permission that it shouldn't. It should be replaced with open_file_safe or open_filex.

@TadashiCZ If you are not using this permission. You can remove it by adding this code to AndroidManifest.xml
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" tools:node="remove"/>

Please update to 0.4.1.