Getting Started (Camera & Gallery) - StansAssets/com.stansassets.android-native GitHub Wiki

The following API allows you to get or take picture and videos from user device camera or gallery. Before you begin, make sure that gallery API is enabled shown on the screenshot below:

After that, you are good to go. Check out other articles in this chapter to learn how can you use the gallery API.

Please note that activating Camera & Gallery service will require READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE permissions.