adfwhitestar

Results 2 comments of adfwhitestar

If help is needed installing this on a windows 11 pc and the Microsoft Store isn't playing nice there is a guide here install wsa: https://www.xda-developers.com/how-to-run-android-apps-on-any-windows-11-pc/ sideload apk: https://www.xda-developers.com/how-to-sideload-android-apps-on-windows-11/ it's...

> Instead of `CropImage.startPickImageActivity(this)` use: > > ``` > fun pickPhoto() { > val documentsIntent = Intent(Intent.ACTION_GET_CONTENT) > documentsIntent.type = "image/*" > > val otherGalleriesIntent = Intent(Intent.ACTION_PICK, MediaStore.Images.Media.EXTERNAL_CONTENT_URI) > otherGalleriesIntent.type...