alice icon indicating copy to clipboard operation
alice copied to clipboard

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

Open TadashiCZ opened this issue 2 years ago • 1 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 avatar Mar 16 '22 21:03 TadashiCZ

@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"/>

tiendung01023 avatar Aug 30 '22 07:08 tiendung01023

Please update to 0.4.1.

jhomlala avatar Nov 12 '23 13:11 jhomlala