Closed alexrintt closed 1 year ago
Implement intent in the openDocumentFile API to handle apk install request, requires install package permission:
openDocumentFile
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
It is already implemented, but it is not published yet.
Bro, please help me https://github.com/alexrintt/shared-storage/issues/117#issuecomment-1494628548
Duplicate of #92
Implement intent in the
openDocumentFile
API to handle apk install request, requires install package permission: