Private Storage
#
OverviewPrivate storage allows you to prevent media files from being stored in the device's photo album. Files stored in the application cannot be accessed by other applications.
#
To enable private storageThis Parameter is used to enable or disable the storage of files in the device gallery. If enabled, files will not be stored in the device gallery.
Argument | Type | Description |
---|---|---|
ENABLE_PRIVATE_STORAGE | bool | true files will be not stored in device gallery and it is private false files will be stored in device gallery |
#
To check private storage is enabled or notThis function is used to check whether private storage is enabled or not. If it returns true, private storage is enabled.