You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the Open with option (openDocumentFile(...)) does nothing when the target file is an apk file.
The main goal of this issue is to add some implementation under the openDocumentFile native function to request install the apk, see android-install-apk-programmatically.
Currently the
Open withoption (openDocumentFile(...)) does nothing when the target file is an apk file.The main goal of this issue is to add some implementation under the
openDocumentFilenative function to request install the apk, see android-install-apk-programmatically.