Which mime type to start android GET_CONTENT to open apks files?
I want users to pick up an apks file to install.
I made an ActivityResultLauncher
instance and passed application/apks
to the launch()
method like this.
I want users to pick up an apks file to install.
I made an ActivityResultLauncher
instance and passed application/apks
to the launch()
method like this.