AmazeFileManager icon indicating copy to clipboard operation
AmazeFileManager copied to clipboard

Add Save as option for VIEW intents with content:// URIs

Open SolsticeSpectrum opened this issue 1 month ago • 0 comments

Description

Adds "Save as" option when opening files via VIEW intent with content:// URIs.

Previously, when apps like Mattermost send a VIEW intent for a single file, users only saw "Amaze Document Viewer" which just prompts to download File Utilities. Now users will also see "Save as" option that triggers the existing save flow.

Automatic tests

  • [ ] Added test cases

Manual tests

  • [x] Done

  • Device: Nothing Phone 2

  • OS: Android 16

Build tasks success

Successfully running following tasks on local:

  • [x] ./gradlew assembledebug
  • [x] ./gradlew spotlessCheck

SolsticeSpectrum avatar Nov 30 '25 19:11 SolsticeSpectrum