Version 2021

Save Uploaded Photos to the Android Photo Gallery

You can automatically save photos, taken using the Photo Uploader widget, to the Android mobile device's photo gallery.

  1. Set up a MicroStrategy Mobile SDK environment.
  2. Download the SDK zip file and import it into Android Studio.
  3. Navigate to app > src > main > res > values.
  4. In the values folder, create a new file called bool.xml.
  5. Open the file in the text editor and add the following:

    <?xml version="1.0" encoding="utf-8"?>
    <resources>
        <bool name="photo_uploader_save_to_device">true</bool>
    </resources>