This repository was archived by the owner on Jan 30, 2025. It is now read-only.
This repository was archived by the owner on Jan 30, 2025. It is now read-only.
E2E keys import should use the openFileSelection function of the ExternalApplicationsUtil class #2544
Closed
Description
Note 1: a new param should be added to the openFileSelection
function to handle the multi-selection option.
Note 2: ACTION_OPEN_DOCUMENT intent should be considered instead of ACTION_GET_CONTENT, for Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT.
(see https://developer.android.com/guide/topics/providers/document-provider#client)